App Submission - Overseerr (#607)

This commit is contained in:
Nathan Fretz 2023-05-30 07:13:08 -07:00 committed by GitHub
parent cd5c1f970f
commit 93ccd8df3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 52 additions and 0 deletions

View File

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