mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-30 19:26:07 +02:00
Clean
This commit is contained in:
@@ -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"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user