diff --git a/overseerr/data/config/.gitkeep b/overseerr/data/config/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/overseerr/docker-compose.yml b/overseerr/docker-compose.yml new file mode 100644 index 0000000..c77b09c --- /dev/null +++ b/overseerr/docker-compose.yml @@ -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 \ No newline at end of file diff --git a/overseerr/umbrel-app.yml b/overseerr/umbrel-app.yml new file mode 100644 index 0000000..5475487 --- /dev/null +++ b/overseerr/umbrel-app.yml @@ -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 \ No newline at end of file