From db659423eae7b594c1dc4f0196aa80b70345aa6c Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Wed, 31 Jul 2024 16:06:01 +1000 Subject: [PATCH] Update prowlarr to version v1.21.2.4649 (#1277) --- prowlarr/docker-compose.yml | 4 ++-- prowlarr/umbrel-app.yml | 25 ++++++++++++++----------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/prowlarr/docker-compose.yml b/prowlarr/docker-compose.yml index 2f54411e43..080f945245 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.20.1@sha256:c43dc0311d4381395b60b3a6068e82226eddb213278bfe886bebabe67eb0f762 + image: linuxserver/prowlarr:1.21.2@sha256:9a98da4fb506278ce92c2fdbb4e08a38418dd1456e3dd8b3a1f00a42a8ec4fb0 environment: - PUID=1000 - PGID=1000 @@ -49,4 +49,4 @@ services: SABNZBD_INSTALLED: ${APP_PROWLARR_SABNZBD_INSTALLED:-"false"} SABNZBD_HOST: "sabnzbd_web_1" SABNZBD_PORT: 8080 - SABNZBD_API_KEY: ${APP_PROWLARR_SABNZBD_API_KEY:-""} + SABNZBD_API_KEY: ${APP_PROWLARR_SABNZBD_API_KEY:-""} \ No newline at end of file diff --git a/prowlarr/umbrel-app.yml b/prowlarr/umbrel-app.yml index 0157887b3f..e90cdd43ca 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.20.1" +version: "1.21.2.4649" 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. @@ -16,12 +16,12 @@ description: >- 1. Connect to Other Servarr Apps and Download Clients: - Prowlarr will seamlessly integrate with other Servarr apps (e.g., Radarr, Sonarr, etc.) and download clients (e.g., Transmission, qBittorrent, etc.) installed from the Umbrel App Store. Simply install your preferred apps, and Prowlarr will handle the connections for you. + Prowlarr will seamlessly integrate with other Servarr apps (e.g., Radarr, Sonarr, etc.) and download clients (e.g., Transmission, qBittorrent, etc.) installed from the Umbrel App Store. Simply install your preferred apps, and Prowlarr will handle the connections for you. 2. Set up Flaresolverr: - Prowlarr comes pre-configured with FlareSolverr. To use it, simply add the “flaresolverr” tag to any indexers that require it. + Prowlarr comes pre-configured with FlareSolverr. To use it, simply add the “flaresolverr” tag to any indexers that require it. developer: Prowlarr website: https://prowlarr.com/ dependencies: @@ -37,16 +37,19 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: >- - Prowlarr on umbrelOS now: + Changes: - - Automatically connects to more download clients (qBittorrent and SABnzbd) installed from the Umbrel App Store. Simply install your preferred download client from the Umbrel App Store, and Prowlarr 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. If you have previously set up Prowlarr with qBittorrent or SABnzbd, this update will not affect your existing settings. - - - Comes pre-configured with FlareSolverr. To use it, simply add the “flaresolverr” tag to any indexers that require it. - - - Full release notes for Prowlarr are available at https://github.com/Prowlarr/Prowlarr/releases + - Updated multiple translations. + - Removed PropTypes. + - Converted Add Indexer Modal to TypeScript. + - Sorted indexer query stats by a sum of all types. + - Improved messaging for no results with applied filters. + - Improved elapsed time tracking for grabs. + - Fixed issue with searching for daily episodes using IDs. + + Full release notes are found at https://github.com/Prowlarr/Prowlarr/releases. 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 \ No newline at end of file