Files
hassio-addons/jackett/config.json
2021-10-23 22:51:22 +02:00

39 lines
1.0 KiB
JSON

{
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software",
"environment": {
"PUID": "0",
"PGID": "0"
},
"full_access": true,
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"name": "Jackett NAS",
"options": {
"PUID": 0,
"PGID": 0
},
"ports": {
"9117/tcp": 9117
},
"ports_description": {
"9117/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?",
"localdisks": "str?",
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?"
},
"slug": "jackett_nas",
"startup": "services",
"upstream": "0.19.34",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.19.34-2",
"webui": "http://[HOST]:[PORT:9117]"
}