This commit is contained in:
Alexandre
2021-10-06 22:49:49 +02:00
committed by GitHub
parent a7c1a825c1
commit 01fcb05317

View File

@@ -5,31 +5,23 @@
"slug": "teamspeak", "slug": "teamspeak",
"description": "voice communication for online gaming, education and training", "description": "voice communication for online gaming, education and training",
"url": "https://github.com/alexbelgium/hassio-addons", "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": { "ports": {
"9987/udp": "9987", "9987/udp": "9987",
"10011/tcp": "10011", "10011/tcp": "10011",
"30033/tcp": "30033" "30033/tcp": "30033",
"41144/tcp": 41144
}, },
"ports_description": { "ports_description": {
"80/udp": "Voice", "80/udp": "Voice",
"10011/tcp": "ServerQuery (raw)", "10011/tcp": "ServerQuery (raw)",
"30033/tcp": "Filetransfer" "30033/tcp": "Filetransfer",
"41144/tcp": "TSDNS"
}, },
"map": [
],
"environment": { "environment": {
"TS3SERVER_LICENSE": "accept" "TS3SERVER_LICENSE": "accept",
"PUID": "503",
"GUID": "503"
}, },
"options": {
},
"schema": {
},
"arch": [ "arch": [
"amd64" "amd64"
] ]