mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update Overseer to 1.33.2 (#1077)
This commit is contained in:
parent
d55ce59742
commit
cd605ddc79
@ -8,7 +8,7 @@ services:
|
|||||||
PROXY_AUTH_WHITELIST: "/api/*"
|
PROXY_AUTH_WHITELIST: "/api/*"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: linuxserver/overseerr:1.32.5@sha256:376c23e5dd1304c3b4f54710eb5bb8e33ef9555fe17636098b9a0c7ec9731b26
|
image: linuxserver/overseerr:1.33.2@sha256:711c465b65d36a01580f995043a240eedaac0aa31321a8d95fa8f29f0ff8299d
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: overseerr
|
id: overseerr
|
||||||
category: media
|
category: media
|
||||||
name: Overseerr
|
name: Overseerr
|
||||||
version: "1.32.5"
|
version: "1.33.2"
|
||||||
tagline: Beautiful media discovery
|
tagline: Beautiful media discovery
|
||||||
description: >-
|
description: >-
|
||||||
Overseerr is a request management and media discovery tool built to work with your existing Plex ecosystem.
|
Overseerr is a request management and media discovery tool built to work with your existing Plex ecosystem.
|
||||||
@ -16,6 +16,12 @@ description: >-
|
|||||||
|
|
||||||
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).
|
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.
|
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.
|
||||||
|
releaseNotes: >-
|
||||||
|
Overseerr will now synchronize the media availability state with your Plex and Radarr/Sonnar instances.
|
||||||
|
This means if you delete items from your Plex and Radarr/Sonarr, Overseerr will now update the media status to reflect the change so it can be requested again.
|
||||||
|
|
||||||
|
|
||||||
|
Full release notes can be found at https://github.com/sct/overseerr/releases
|
||||||
developer: Ryan Cohen
|
developer: Ryan Cohen
|
||||||
website: https://overseerr.dev/
|
website: https://overseerr.dev/
|
||||||
dependencies: []
|
dependencies: []
|
||||||
@ -29,7 +35,6 @@ gallery:
|
|||||||
path: ""
|
path: ""
|
||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: ""
|
|
||||||
torOnly: false
|
torOnly: false
|
||||||
submitter: Umbrel
|
submitter: Umbrel
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/pull/607
|
submission: https://github.com/getumbrel/umbrel-apps/pull/607
|
Loading…
Reference in New Issue
Block a user