mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
App Submission: Jellyseer (#924)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
c1dae98bf6
commit
58e09a50d3
0
jellyseerr/data/config/.gitkeep
Normal file
0
jellyseerr/data/config/.gitkeep
Normal file
14
jellyseerr/docker-compose.yml
Normal file
14
jellyseerr/docker-compose.yml
Normal file
|
@ -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
Normal file
35
jellyseerr/umbrel-app.yml
Normal file
|
@ -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
Block a user