Files
hassio-addons/teamspeak/config.json
2022-03-23 08:59:27 +01:00

32 lines
781 B
JSON

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