Browse Source

Update radarr to v5.8.3.8933 (#1278)

main
Nathan Fretz 6 months ago
committed by GitHub
parent
commit
5e02b1a717
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      radarr/docker-compose.yml
  2. 17
      radarr/umbrel-app.yml

5
radarr/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
server:
image: linuxserver/radarr:5.7.0@sha256:bf5aaf1577edbc3ba33db069676e7f8324eda33761ca59721942bc8ef56c015c
image: linuxserver/radarr:5.8.3@sha256:9d6f0548fd805edb30108fdd06d0fc5a4436c9bd708b57bd4119d7aefa815fe4
environment:
- PUID=1000
- PGID=1000
@ -38,5 +38,4 @@ services:
SABNZBD_INSTALLED: ${APP_RADARR_SABNZBD_INSTALLED:-"false"}
SABNZBD_HOST: "sabnzbd_web_1"
SABNZBD_PORT: 8080
SABNZBD_API_KEY: ${APP_RADARR_SABNZBD_API_KEY:-""}
SABNZBD_API_KEY: ${APP_RADARR_SABNZBD_API_KEY:-""}

17
radarr/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: radarr
category: media
name: Radarr
version: "5.7.0"
version: "5.8.3.8933"
tagline: Your movie collection manager
description: >-
Radarr is a movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available. Note that only one type of a given movie is supported. If you want both an 4k version and 1080p version of a given movie you will need multiple instances.
@ -28,14 +28,13 @@ gallery:
- 3.jpg
path: ""
releaseNotes: >-
Radarr on umbrelOS now offers automatic configuration for qBittorrent and SABnzbd!
- Simply install your preferred download client from the Umbrel App Store, and Radarr will handle the rest. No manual configuration required! If you currently have qBittorrent or SABnzbd installed, please update to the latest versions to take advantage of this feature.
Changes
- Multiple translations updated.
- New sorting options and tag displays.
- Fixed various issues related to file paths and quality profiles.
- and more.
- Already configured? If you have previously set up Radarr with qBittorrent or SABnzbd, this update will not affect your existing settings.
Full release notes for Radarr are available at https://github.com/Radarr/Radarr/releases
defaultUsername: ""
defaultPassword: ""
@ -43,4 +42,4 @@ torOnly: false
permissions:
- STORAGE_DOWNLOADS
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319
submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319
Loading…
Cancel
Save