Skip to content

Commit

Permalink
Update prowlarr to version v1.21.2.4649 (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Jul 31, 2024
1 parent b25ccf8 commit db65942
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
4 changes: 2 additions & 2 deletions prowlarr/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/prowlarr:1.20.1@sha256:c43dc0311d4381395b60b3a6068e82226eddb213278bfe886bebabe67eb0f762
image: linuxserver/prowlarr:1.21.2@sha256:9a98da4fb506278ce92c2fdbb4e08a38418dd1456e3dd8b3a1f00a42a8ec4fb0
environment:
- PUID=1000
- PGID=1000
Expand Down Expand Up @@ -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:-""}
25 changes: 14 additions & 11 deletions prowlarr/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand All @@ -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

0 comments on commit db65942

Please sign in to comment.