Browse Source

Update Prowlarr to 1.18.0 (#1141)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Fabricio Silva 8 months ago
committed by GitHub
parent
commit
d40e5cc551
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      prowlarr/docker-compose.yml
  2. 2
      prowlarr/exports.sh
  3. 10
      prowlarr/umbrel-app.yml

2
prowlarr/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
server:
image: linuxserver/prowlarr:1.12.2@sha256:b22a66d8b99164c0a7b71004e436203f603dff1d2d9482b4f32e6cb18683dc17
image: linuxserver/prowlarr:1.18.0@sha256:237e9a72c11c5350bf22e355759436ecd4fd660e820d5b556d9a9e436f25f6b9
environment:
- PUID=1000
- PGID=1000

2
prowlarr/exports.sh

@ -1,4 +1,4 @@
export APP_PROWLARR_RADARR_CONFIG_XML=$(cat "${UMBREL_ROOT}/app-data/radarr/data/config/config.xml" 2>/dev/null || echo "")
export APP_PROWLARR_LIDARR_CONFIG_XML=$(cat "${UMBREL_ROOT}/app-data/lidarr/data/config/config.xml" 2>/dev/null || echo "")
export APP_PROWLARR_SONARR_CONFIG_XML=$(cat "${UMBREL_ROOT}/app-data/sonarr/data/config/config.xml" 2>/dev/null || echo "")
export APP_PROWLARR_READARR_CONFIG_XML=$(cat "${UMBREL_ROOT}/app-data/readarr/data/config/config.xml" 2>/dev/null || echo "")
export APP_PROWLARR_READARR_CONFIG_XML=$(cat "${UMBREL_ROOT}/app-data/readarr/data/config/config.xml" 2>/dev/null || echo "")

10
prowlarr/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: prowlarr
category: media
name: Prowlarr
version: "1.12.2"
version: "1.18.0"
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. Prowlarr supports management of both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Lidarr, Mylar3, Radarr, Readarr, and Sonarr offering complete management of your indexers with no per app Indexer setup required (we do it all).
@ -21,15 +21,11 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
This update takes Prowlarr from 0.4.4 to 1.12.2.
🚨 You will be required to set-up a login for prowlarr with this update.
This update takes Prowlarr from 1.12.2 to 1.18.0.
Full release notes here: 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

Loading…
Cancel
Save