John Corser
12 months ago
committed by
GitHub
3 changed files with 49 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||
|
version: '3.7' |
||||
|
|
||||
|
services: |
||||
|
app_proxy: |
||||
|
environment: |
||||
|
APP_HOST: jellyseerr_server_1 |
||||
|
APP_PORT: 5055 |
||||
|
PROXY_AUTH_WHITELIST: "/api/*" |
||||
|
|
||||
|
server: |
||||
|
image: fallenbagel/jellyseerr:1.7.0@sha256:6dcdb5ba50913a14b2bd7df6388607ce175121f3416679c2746501256ac9f075 |
||||
|
volumes: |
||||
|
- ${APP_DATA_DIR}/data/config:/app/config |
||||
|
restart: on-failure |
@ -0,0 +1,35 @@ |
|||||
|
manifestVersion: 1 |
||||
|
id: jellyseerr |
||||
|
category: media |
||||
|
name: Jellyseerr |
||||
|
version: "1.7.0" |
||||
|
tagline: Beautiful media discovery for Jellyfin users |
||||
|
description: >- |
||||
|
Jellyseerr is a request management and media discovery tool built to work with your existing Jellyfin ecosystem. |
||||
|
|
||||
|
|
||||
|
Jellyseerr scans your Jellyfin libraries at regular intervals, so it knows which items are already available on your server. |
||||
|
It also integrates with the popular DVR applications Radarr and Sonarr, and supports activity monitoring within Jellyseerr itself. |
||||
|
|
||||
|
|
||||
|
🛠️ SET-UP INSTRUCTIONS |
||||
|
|
||||
|
During initial set-up, you will need to input your Umbrel device's IP address to connect to Jellyfin (and optional services such as Radarr and Sonarr). |
||||
|
You can find your device's IP address by visiting your router's admin dashboard or by using an IP scanning tool like Angry IP Scanner. |
||||
|
developer: Fallenbagel |
||||
|
website: https://github.com/Fallenbagel/jellyseer |
||||
|
dependencies: [] |
||||
|
repo: https://github.com/Fallenbagel/jellyseer |
||||
|
support: https://github.com/Fallenbagel/jellyseer/issues |
||||
|
port: 5056 |
||||
|
gallery: |
||||
|
- 1.jpg |
||||
|
- 2.jpg |
||||
|
- 3.jpg |
||||
|
path: "" |
||||
|
defaultUsername: "" |
||||
|
defaultPassword: "" |
||||
|
releaseNotes: "" |
||||
|
torOnly: false |
||||
|
submitter: johnpc |
||||
|
submission: "https://github.com/getumbrel/umbrel-apps/pull/924" |
Loading…
Reference in new issue