Files
hassio-addons/teamspeak/config.json
2021-10-06 18:01:27 +02:00

39 lines
772 B
JSON

{
"name": "Teamspeak server",
"version": "3",
"upstream": "3",
"slug": "teamspeak",
"description": "voice communication for online gaming, education and training",
"url": "https://github.com/alexbelgium/hassio-addons",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9987]",
"startup": "services",
"boot": "auto",
"ingress": false,
"ingress_port": 8099,
"panel_icon": "mdi:silverware-fork-knife",
"ports": {
"9987/udp": "9987",
"10011/tcp": "10011",
"30033/tcp": "30033"
},
"ports_description": {
"80/udp": "Voice",
"10011/tcp": "ServerQuery (raw)",
"30033/tcp": "Filetransfer"
},
"map": [
],
"environment": {
},
"options": {
},
"schema": {
},
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7"
]
}