Browse Source

App Submission: Jellyseer (#924)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
John Corser 12 months ago
committed by GitHub
parent
commit
58e09a50d3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 0
      jellyseerr/data/config/.gitkeep
  2. 14
      jellyseerr/docker-compose.yml
  3. 35
      jellyseerr/umbrel-app.yml

0
jellyseerr/data/config/.gitkeep

14
jellyseerr/docker-compose.yml

@ -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

35
jellyseerr/umbrel-app.yml

@ -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…
Cancel
Save