This commit is contained in:
Alexandre
2022-01-19 23:23:46 +01:00
parent db7c827077
commit 3ab7ea1de5
53 changed files with 70 additions and 132 deletions

View File

@@ -2,14 +2,10 @@
"name": "Jackett NAS",
"version": "0.20.399",
"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",
"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/tree/master/jackett",
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"upstream": "0.20.399",
"image": "ghcr.io/alexbelgium/jackett-{arch}",
@@ -19,12 +15,7 @@
"PUID": "0",
"PGID": "0"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"options": {
"PUID": 0,
"PGID": 0
@@ -35,10 +26,7 @@
"ports_description": {
"9117/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",