{ "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": { "PATH": "${PATH}:/data" }, "options": { "ssl": false, "certfile": "fullchain.pem", "keyfile": "privkey.pem" }, "schema": { "ssl": "bool", "certfile": "str", "keyfile": "str" }, "arch": [ "aarch64", "amd64", "armhf", "armv7" ] }