Files
hassio-addons/prowlarr/config.json
Alexandre 3391c288a5 co
2022-01-18 18:55:50 +01:00

43 lines
1.2 KiB
JSON

{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description ": "Torrent Trackers and Usenet Indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required",
"environment": {
"PUID": "0",
"PGID": "0"
},
"image": "ghcr.io/alexbelgium/prowlarr-{arch}",
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"name": "Prowlarr NAS",
"options": {
"PUID": 0,
"PGID": 0,
"networkdisks": "<//SERVER/SHARE>,<//SERVER2/SHARE2>",
"cifsusername": "<username>",
"cifspassword": "<password>"
},
"ports": {
"9696/tcp": 9696
},
"ports_description": {
"9696/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?",
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool?"
},
"slug": "prowlarr",
"startup": "services",
"upstream": "nightly-alpine-0.2.0.1407-ls25",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "nightly-alpine-0.2.0.1407-ls25",
"webui": "http://[HOST]:[PORT:9696]"
}