From d40e5cc55196d4e1f2c3a3aa206e5f22615338f0 Mon Sep 17 00:00:00 2001 From: Fabricio Silva Date: Thu, 13 Jun 2024 04:11:57 +0100 Subject: [PATCH] Update Prowlarr to 1.18.0 (#1141) Co-authored-by: nmfretz --- prowlarr/docker-compose.yml | 2 +- prowlarr/exports.sh | 2 +- prowlarr/umbrel-app.yml | 10 +++------- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/prowlarr/docker-compose.yml b/prowlarr/docker-compose.yml index b1763a5..18466df 100644 --- a/prowlarr/docker-compose.yml +++ b/prowlarr/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_WHITELIST: "/api/*" server: - image: linuxserver/prowlarr:1.12.2@sha256:b22a66d8b99164c0a7b71004e436203f603dff1d2d9482b4f32e6cb18683dc17 + image: linuxserver/prowlarr:1.18.0@sha256:237e9a72c11c5350bf22e355759436ecd4fd660e820d5b556d9a9e436f25f6b9 environment: - PUID=1000 - PGID=1000 diff --git a/prowlarr/exports.sh b/prowlarr/exports.sh index abeae90..b4806cb 100644 --- a/prowlarr/exports.sh +++ b/prowlarr/exports.sh @@ -1,4 +1,4 @@ export APP_PROWLARR_RADARR_CONFIG_XML=$(cat "${UMBREL_ROOT}/app-data/radarr/data/config/config.xml" 2>/dev/null || echo "") export APP_PROWLARR_LIDARR_CONFIG_XML=$(cat "${UMBREL_ROOT}/app-data/lidarr/data/config/config.xml" 2>/dev/null || echo "") export APP_PROWLARR_SONARR_CONFIG_XML=$(cat "${UMBREL_ROOT}/app-data/sonarr/data/config/config.xml" 2>/dev/null || echo "") -export APP_PROWLARR_READARR_CONFIG_XML=$(cat "${UMBREL_ROOT}/app-data/readarr/data/config/config.xml" 2>/dev/null || echo "") \ No newline at end of file +export APP_PROWLARR_READARR_CONFIG_XML=$(cat "${UMBREL_ROOT}/app-data/readarr/data/config/config.xml" 2>/dev/null || echo "") diff --git a/prowlarr/umbrel-app.yml b/prowlarr/umbrel-app.yml index 3a9b08b..2e6d43c 100644 --- a/prowlarr/umbrel-app.yml +++ b/prowlarr/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: prowlarr category: media name: Prowlarr -version: "1.12.2" +version: "1.18.0" tagline: Prowlarr is an indexer manager/proxy description: >- Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports management of both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Lidarr, Mylar3, Radarr, Readarr, and Sonarr offering complete management of your indexers with no per app Indexer setup required (we do it all). @@ -21,15 +21,11 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: >- - This update takes Prowlarr from 0.4.4 to 1.12.2. - - - 🚨 You will be required to set-up a login for prowlarr with this update. - + This update takes Prowlarr from 1.12.2 to 1.18.0. Full release notes here: https://github.com/Prowlarr/Prowlarr/releases torOnly: false permissions: - STORAGE_DOWNLOADS submitter: Umbrel -submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319 \ No newline at end of file +submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319