Update Prowlarr config

This commit is contained in:
Nicolas Meienberger 2022-05-23 07:43:28 +02:00
parent 345cfb0801
commit ae95264d81
2 changed files with 12 additions and 12 deletions

View file

@ -1,13 +1,12 @@
{
"name": "Prowlarr",
"available": true,
"port": 9696,
"id": "prowlarr",
"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).",
"short_desc": "A torrent/usenet indexer manager/proxy",
"author": "",
"source": "https://github.com/Prowlarr/Prowlarr/",
"image": "https://prowlarr.com/logo/256.png",
"form_fields": {}
}
"name": "Prowlarr",
"available": true,
"port": 8109,
"id": "prowlarr",
"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).",
"short_desc": "A torrent/usenet indexer manager/proxy",
"author": "Prowlarr",
"source": "https://github.com/Prowlarr/Prowlarr/",
"image": "https://prowlarr.com/logo/256.png",
"form_fields": {}
}

View file

@ -5,6 +5,7 @@ services:
image: ghcr.io/linuxserver/prowlarr:develop
environment:
- TZ=${TZ} # Can use any env variable. List in runtipi/templates/env-sample
- DNS_IP=${DNS_IP}
volumes:
- ${APP_DATA_DIR}/data/config:/config #Always start the path with ${APP_DATA_DIR}. This will put all data inside app-data/my-app/data
ports: