Update Sonarr to 4.0.5 (#1142)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
d40e5cc551
commit
ac5e8282cb
@ -8,7 +8,7 @@ services:
|
||||
PROXY_AUTH_WHITELIST: "/api/*"
|
||||
|
||||
server:
|
||||
image: linuxserver/sonarr:3.0.10@sha256:3f25015afacc1823e59095c8c516a526cf29a92e94ebd0a01b9783259caac6a3
|
||||
image: linuxserver/sonarr:4.0.5@sha256:30432d9faf9e8fbb7c6336806ee061ed426204e1f9718d9659a2642a6e3a7c59
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
@ -18,15 +18,15 @@ services:
|
||||
restart: on-failure
|
||||
|
||||
mac:
|
||||
image: getumbrel/media-app-configurator:v1.0.0@sha256:e3d8b18e0186f76dd3f3d4acacc9101b4abbf302d8f2afbb47cdd3879b1a1008
|
||||
image: getumbrel/media-app-configurator:v1.2.0@sha256:6aa568b53f6743dc4a7b3212f97b9d4ca78800ede5eadc0e4b80c7f3af50eda3
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/config:/config
|
||||
- ${UMBREL_ROOT}/data/storage/downloads:/downloads
|
||||
environment:
|
||||
DOWNLOAD_CLIENT_API_URL: "http://sonarr_server_1:8989/api/v3/downloadclient"
|
||||
ROOT_FOLDER_API_URL: "http://sonarr_server_1:8989/api/v3/rootfolder"
|
||||
APP_ID: "sonarr"
|
||||
APP_URL: "http://sonarr_server_1:8989"
|
||||
TRANSMISSION_HOST: "transmission_server_1"
|
||||
TRANSMISSION_PORT: 9091
|
||||
ROOT_FOLDER: "/downloads/shows"
|
||||
ROOT_FOLDER: "/downloads/shows"
|
||||
|
||||
@ -21,4 +21,4 @@ then
|
||||
|
||||
>&2 echo "Error: Failed to locate <ApiKey> inside: ${CONFIG_FILE}"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: sonarr
|
||||
category: media
|
||||
name: Sonarr
|
||||
version: "3.0.10"
|
||||
version: "4.0.5"
|
||||
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.
|
||||
@ -19,14 +19,17 @@ gallery:
|
||||
- 3.jpg
|
||||
path: ""
|
||||
releaseNotes: >-
|
||||
This release updates Sonarr from 3.0.9 to 3.0.10
|
||||
This release updates Sonarr from 3.0.10 to 4.0.5. The official Sonarr v4 announcement can be found at https://forums.sonarr.tv/t/sonarr-v4-released/33089.
|
||||
|
||||
|
||||
Full tags list here: https://github.com/Sonarr/Sonarr/tags
|
||||
🚨 You will be required to set-up a login for Sonarr with this update.
|
||||
|
||||
|
||||
Full release notes 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user