mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"apparmor": true,
|
|
"arch": ["aarch64", "amd64", "armv7"],
|
|
"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"
|
|
},
|
|
"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.1419-ls26",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "nightly-alpine-0.2.0.1419-ls26",
|
|
"webui": "http://[HOST]:[PORT:9696]"
|
|
}
|