Files
hassio-addons/jackett/config.json
2022-09-11 00:25:45 +00:00

49 lines
1.0 KiB
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"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": {
"PGID": "0",
"PUID": "0"
},
"init": false,
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Jackett NAS",
"options": {
"PGID": 0,
"PUID": 0
},
"ports": {
"9117/tcp": 9117
},
"ports_description": {
"9117/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PGID": "int",
"PUID": "int",
"TZ": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"localdisks": "str?",
"networkdisks": "str?"
},
"slug": "jackett_nas",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett",
"version": "0.20.1853-bugfix",
"webui": "http://[HOST]:[PORT:9117]"
}