mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
App Submission - Overseerr (#607)
This commit is contained in:
parent
cd5c1f970f
commit
93ccd8df3f
0
overseerr/data/config/.gitkeep
Normal file
0
overseerr/data/config/.gitkeep
Normal file
17
overseerr/docker-compose.yml
Normal file
17
overseerr/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
version: "3.7"
|
||||||
|
|
||||||
|
services:
|
||||||
|
app_proxy:
|
||||||
|
environment:
|
||||||
|
APP_HOST: overseerr_server_1
|
||||||
|
APP_PORT: 5055
|
||||||
|
PROXY_AUTH_WHITELIST: "/api/*"
|
||||||
|
|
||||||
|
server:
|
||||||
|
image: linuxserver/overseerr:1.32.5@sha256:376c23e5dd1304c3b4f54710eb5bb8e33ef9555fe17636098b9a0c7ec9731b26
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
volumes:
|
||||||
|
- ${APP_DATA_DIR}/data/config:/config
|
||||||
|
restart: on-failure
|
35
overseerr/umbrel-app.yml
Normal file
35
overseerr/umbrel-app.yml
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
manifestVersion: 1
|
||||||
|
id: overseerr
|
||||||
|
category: Media
|
||||||
|
name: Overseerr
|
||||||
|
version: "1.32.5"
|
||||||
|
tagline: Beautiful media discovery
|
||||||
|
description: >-
|
||||||
|
Overseerr is a request management and media discovery tool built to work with your existing Plex ecosystem.
|
||||||
|
|
||||||
|
|
||||||
|
Overseerr scans your Plex 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 Overseerr itself.
|
||||||
|
|
||||||
|
|
||||||
|
🛠️ SET-UP INSTRUCTIONS
|
||||||
|
|
||||||
|
During initial set-up, you will need to input your Umbrel device's IP address to connect to Plex (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: Ryan Cohen
|
||||||
|
website: https://overseerr.dev/
|
||||||
|
dependencies: []
|
||||||
|
repo: https://github.com/sct/overseerr
|
||||||
|
support: https://github.com/sct/overseerr/issues
|
||||||
|
port: 5055
|
||||||
|
gallery:
|
||||||
|
- 1.jpg
|
||||||
|
- 2.jpg
|
||||||
|
- 3.jpg
|
||||||
|
path: ""
|
||||||
|
defaultUsername: ""
|
||||||
|
defaultPassword: ""
|
||||||
|
releaseNotes: ""
|
||||||
|
torOnly: false
|
||||||
|
submitter: Umbrel
|
||||||
|
submission: https://github.com/getumbrel/umbrel-apps/pull/607
|
Loading…
Reference in New Issue
Block a user