mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-11 01:55:59 +02:00
intial build
This commit is contained in:
45
teamspeak/config.json
Normal file
45
teamspeak/config.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user