mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
65 lines
1.3 KiB
JSON
65 lines
1.3 KiB
JSON
{
|
|
"name": "Jackett NAS",
|
|
"version": "0.18.59",
|
|
"upstream": "0.18.59",
|
|
"slug": "jackett_nas",
|
|
"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",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"startup": "services",
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7",
|
|
"armhf"
|
|
],
|
|
"ports": {
|
|
"9117/tcp": 9117
|
|
},
|
|
"ports_description": {
|
|
"9117/tcp": "web interface"
|
|
},
|
|
"map": [
|
|
"config:rw",
|
|
"share:rw",
|
|
"media:rw",
|
|
"ssl"
|
|
],
|
|
"privileged": [
|
|
"SYS_ADMIN",
|
|
"DAC_READ_SEARCH"
|
|
],
|
|
"full_access": true,
|
|
"webui": "http://[HOST]:[PORT:9117]",
|
|
"boot": "auto",
|
|
"environment": {
|
|
"PUID": "0",
|
|
"PGID": "0"
|
|
},
|
|
"options": {
|
|
"PUID": 0,
|
|
"PGID": 0,
|
|
"localdisks": [
|
|
"sda1"
|
|
],
|
|
"networkdisks": "<//SERVER/SHARE>",
|
|
"cifsusername": "<username>",
|
|
"cifspassword": "<password>"
|
|
},
|
|
"schema": {
|
|
"PUID": "int",
|
|
"PGID": "int",
|
|
"TZ": "str?",
|
|
"localdisks": [
|
|
"str"
|
|
],
|
|
"networkdisks": "str",
|
|
"cifsusername": "str",
|
|
"cifspassword": "str"
|
|
},
|
|
"snapshot_exclude": [
|
|
"**/Backups/*",
|
|
"**/logs/*",
|
|
"**/MediaCover/*"
|
|
]
|
|
}
|