mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update Prowlarr to 1.12.2 (#888)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
ab2939be61
commit
235e7362fc
@ -8,7 +8,7 @@ services:
|
||||
PROXY_AUTH_WHITELIST: "/api/*"
|
||||
|
||||
server:
|
||||
image: linuxserver/prowlarr:0.4.4-nightly@sha256:053efaf2ede2a8e85a960f6db0d6a54e2ca29b13910dc3575eb5a86c686ed302
|
||||
image: linuxserver/prowlarr:1.12.2@sha256:b22a66d8b99164c0a7b71004e436203f603dff1d2d9482b4f32e6cb18683dc17
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
@ -18,7 +18,7 @@ services:
|
||||
restart: on-failure
|
||||
|
||||
mac:
|
||||
image: getumbrel/media-app-configurator:v1.1.0@sha256:987f6a02367adf86ab1cff38e1e2d43d85e17a6fc130aae4af196fb571dff06a
|
||||
image: getumbrel/media-app-configurator:v1.2.0@sha256:6aa568b53f6743dc4a7b3212f97b9d4ca78800ede5eadc0e4b80c7f3af50eda3
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
volumes:
|
||||
@ -34,3 +34,5 @@ services:
|
||||
LIDARR_CONFIG_XML: "${APP_PROWLARR_LIDARR_CONFIG_XML}"
|
||||
SONARR_URL: "http://sonarr_server_1:8989"
|
||||
SONARR_CONFIG_XML: "${APP_PROWLARR_SONARR_CONFIG_XML}"
|
||||
READARR_URL: "http://readarr_server_1:8787"
|
||||
READARR_CONFIG_XML: "${APP_PROWLARR_READARR_CONFIG_XML}"
|
||||
|
@ -1,3 +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_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 "")
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: prowlarr
|
||||
category: media
|
||||
name: Prowlarr
|
||||
version: "0.4.4-nightly-build-2"
|
||||
version: "1.12.2"
|
||||
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,7 +21,13 @@ path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
releaseNotes: >-
|
||||
On installation of Sonarr, Lidarr or Radarr, Prowlarr will now automatically setup the app's connection within its settings
|
||||
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.
|
||||
|
||||
|
||||
Full release notes here: https://github.com/Prowlarr/Prowlarr/releases
|
||||
torOnly: false
|
||||
permissions:
|
||||
- STORAGE_DOWNLOADSsubmitter: Umbrel
|
||||
|
Loading…
Reference in New Issue
Block a user