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,35 +1,30 @@
{
"name": "Teamspeak server",
"version": "3.13.6",
"upstream": "3.13.6",
"slug": "teamspeak",
"arch": ["aarch64", "amd64", "armhf", "armv7"],
"description": "voice communication for online gaming, education and training",
"url": "https://github.com/alexbelgium/hassio-addons",
"ports": {
"9987/udp": "9987",
"10011/tcp": "10011",
"30033/tcp": "30033",
"41144/tcp": 41144
"environment": {
"TS3SERVER_LICENSE": "accept",
"PUID": "503",
"GUID": "503",
"INIFILE": "1",
"DIST_UPDATE": "1",
"TS_UPDATE": "1"
},
"map": ["share:rw"],
"name": "Teamspeak server",
"ports": {
"9987/udp": "9987",
"10011/tcp": "10011",
"30033/tcp": "30033",
"41144/tcp": 41144
},
"ports_description": {
"80/udp": "Voice",
"10011/tcp": "ServerQuery (raw)",
"30033/tcp": "Filetransfer",
"41144/tcp": "TSDNS"
"41144/tcp": "TSDNS"
},
"environment": {
"TS3SERVER_LICENSE": "accept",
"PUID": "503",
"GUID": "503",
"INIFILE": "1",
"DIST_UPDATE": "1",
"TS_UPDATE": "1"
},
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7"
]
"slug": "teamspeak",
"upstream": "3.13.6",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "3.13.6"
}