Browse Source

Update prowlarr to version v1.21.2.4649 (#1277)

main
Nathan Fretz 6 months ago
committed by GitHub
parent
commit
db659423ea
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      prowlarr/docker-compose.yml
  2. 25
      prowlarr/umbrel-app.yml

4
prowlarr/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*" PROXY_AUTH_WHITELIST: "/api/*"
server: server:
image: linuxserver/prowlarr:1.20.1@sha256:c43dc0311d4381395b60b3a6068e82226eddb213278bfe886bebabe67eb0f762 image: linuxserver/prowlarr:1.21.2@sha256:9a98da4fb506278ce92c2fdbb4e08a38418dd1456e3dd8b3a1f00a42a8ec4fb0
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
@ -49,4 +49,4 @@ services:
SABNZBD_INSTALLED: ${APP_PROWLARR_SABNZBD_INSTALLED:-"false"} SABNZBD_INSTALLED: ${APP_PROWLARR_SABNZBD_INSTALLED:-"false"}
SABNZBD_HOST: "sabnzbd_web_1" SABNZBD_HOST: "sabnzbd_web_1"
SABNZBD_PORT: 8080 SABNZBD_PORT: 8080
SABNZBD_API_KEY: ${APP_PROWLARR_SABNZBD_API_KEY:-""} SABNZBD_API_KEY: ${APP_PROWLARR_SABNZBD_API_KEY:-""}

25
prowlarr/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: prowlarr id: prowlarr
category: media category: media
name: Prowlarr name: Prowlarr
version: "1.20.1" version: "1.21.2.4649"
tagline: Prowlarr is an indexer manager/proxy tagline: Prowlarr is an indexer manager/proxy
description: >- description: >-
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps. 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: 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: 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 developer: Prowlarr
website: https://prowlarr.com/ website: https://prowlarr.com/
dependencies: dependencies:
@ -37,16 +37,19 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: >- 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. - Updated multiple translations.
- Removed PropTypes.
- Comes pre-configured with FlareSolverr. To use it, simply add the “flaresolverr” tag to any indexers that require it. - Converted Add Indexer Modal to TypeScript.
- Sorted indexer query stats by a sum of all types.
- Improved messaging for no results with applied filters.
Full release notes for Prowlarr are available at https://github.com/Prowlarr/Prowlarr/releases - 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 torOnly: false
permissions: permissions:
- STORAGE_DOWNLOADS - STORAGE_DOWNLOADS
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319 submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319
Loading…
Cancel
Save