align apparmor capabilities

This commit is contained in:
Alexandre
2021-10-23 19:15:06 +02:00
parent 97499236c0
commit b22d539714
33 changed files with 372 additions and 428 deletions

View File

@@ -1,44 +1,25 @@
{
"name": "Jackett NAS",
"version": "0.19.34",
"upstream": "0.19.34",
"slug": "jackett_nas",
"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",
"url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"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"
},
"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
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -47,5 +28,11 @@
"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",
"webui": "http://[HOST]:[PORT:9117]"
}