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,12 +1,14 @@
{
"name": "ResilioSync",
"version": "2.7.2.1375-5",
"upstream": "2.7.2.1375",
"slug": "resiliosync",
"description": "Self-hosted file share and collaboration platform on the web",
"url": "https://github.com/tyjtyj/hassio-addons",
"webui": "http://[HOST]:[PORT:8888]",
"arch": ["aarch64", "amd64", "armhf", "armv7"],
"boot": "auto",
"description": "Self-hosted file share and collaboration platform on the web",
"environment": {},
"map": ["share:rw", "config:rw"],
"name": "ResilioSync",
"options": {
"PUID": 0,
"PGID": 0
},
"ports": {
"8888/tcp": 8888,
"55555/tcp": 55555
@@ -15,24 +17,13 @@
"8888/tcp": "Web interface",
"55555/tcp": "Sync Port"
},
"map": [
"share:rw",
"config:rw"
],
"environment": {
},
"options": {
"PUID": 0,
"PGID": 0
},
"schema": {
"PUID": "int",
"PGID": "int"
},
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7"
]
"slug": "resiliosync",
"upstream": "2.7.2.1375",
"url": "https://github.com/tyjtyj/hassio-addons",
"version": "2.7.2.1375-5",
"webui": "http://[HOST]:[PORT:8888]"
}