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. 2
      prowlarr/docker-compose.yml
  2. 17
      prowlarr/umbrel-app.yml

2
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

17
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.
@ -37,14 +37,17 @@ 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.
- 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.
- Comes pre-configured with FlareSolverr. To use it, simply add the “flaresolverr” tag to any indexers that require it. Full release notes are found at https://github.com/Prowlarr/Prowlarr/releases.
Full release notes for Prowlarr are available at https://github.com/Prowlarr/Prowlarr/releases
torOnly: false torOnly: false
permissions: permissions:
- STORAGE_DOWNLOADS - STORAGE_DOWNLOADS

Loading…
Cancel
Save