Skip to content

Commit

Permalink
Update sonarr to v4.0.8.1874
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Jul 29, 2024
1 parent 456fccc commit bc13ddd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions sonarr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"

server:
image: linuxserver/sonarr:4.0.6@sha256:8414846e440ca34c1cbed96daf7d5b3bcde20aab79761aaaaef496f24cec8d20
image: linuxserver/sonarr:4.0.8@sha256:fbee5770f688e4f89dd073534feda11251bfde0e0a4e6ac74dd8c33bb856b505
environment:
- PUID=1000
- PGID=1000
Expand Down Expand Up @@ -38,4 +38,4 @@ services:
SABNZBD_INSTALLED: ${APP_SONARR_SABNZBD_INSTALLED:-"false"}
SABNZBD_HOST: "sabnzbd_web_1"
SABNZBD_PORT: 8080
SABNZBD_API_KEY: ${APP_SONARR_SABNZBD_API_KEY:-""}
SABNZBD_API_KEY: ${APP_SONARR_SABNZBD_API_KEY:-""}
16 changes: 7 additions & 9 deletions sonarr/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: sonarr
category: media
name: Sonarr
version: "4.0.6"
version: "4.0.8"
tagline: Smart PVR for newsgroup and bittorrent users
description: >-
Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.
Expand All @@ -28,19 +28,17 @@ gallery:
- 3.jpg
path: ""
releaseNotes: >-
Sonarr on umbrelOS now offers automatic configuration for qBittorrent and SABnzbd!
This update includes several bug fixes and improvements:
- Rename 'On Upgrade' to 'On File Upgrade'.
- Fixed issues with the import queue not processing after incomplete import.
- Updated translations.
- Simply install your preferred download client from the Umbrel App Store, and Sonarr 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.
- Already configured? If you have previously set up Sonarr with qBittorrent or SABnzbd, this update will not affect your existing settings.
Full release notes for Sonarr can be found at https://github.com/Sonarr/Sonarr/releases
Full release notes for Sonarr can be found at https://github.com/Sonarr/Sonarr/releases.
defaultUsername: ""
defaultPassword: ""
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

0 comments on commit bc13ddd

Please sign in to comment.