Browse Source

Update prowlarr to v1.23.1.4708 (#1441)

main
Nathan Fretz 5 months ago
committed by GitHub
parent
commit
98bd656dd2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      prowlarr/docker-compose.yml
  2. 21
      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.21.2@sha256:9a98da4fb506278ce92c2fdbb4e08a38418dd1456e3dd8b3a1f00a42a8ec4fb0 image: linuxserver/prowlarr:1.23.1@sha256:9dd32e2270d174b07bd33a1f54e2b79e03ad944df62ed93efa08f4a381adc9a1
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000

21
prowlarr/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: prowlarr id: prowlarr
category: media category: media
name: Prowlarr name: Prowlarr
version: "1.21.2.4649" version: "1.23.1.4708"
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.
@ -21,7 +21,7 @@ description: >-
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,15 +37,14 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: >- releaseNotes: >-
Changes: This update includes several improvements and fixes:
- Updated multiple translations. - Improved sorting of indexers by status
- Removed PropTypes. - Enhanced filtering of old releases for AnimeBytes
- Converted Add Indexer Modal to TypeScript. - Added ability to configure log file size limit in the UI
- Sorted indexer query stats by a sum of all types. - Improved handling of search queries for MyAnonamouse
- Improved messaging for no results with applied filters. - Updated translations for multiple languages
- 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. Full release notes are found at https://github.com/Prowlarr/Prowlarr/releases.
torOnly: false torOnly: false

Loading…
Cancel
Save