intial build

This commit is contained in:
Alexandre
2021-10-06 16:33:50 +02:00
parent cfeeb9d3d3
commit 1c8491b84c
8 changed files with 272 additions and 0 deletions

45
teamspeak/config.json Normal file
View File

@@ -0,0 +1,45 @@
{
"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"
]
}