Update to debian

This commit is contained in:
alexbelgium
2021-12-04 07:46:54 +01:00
parent 76b88d4fe5
commit 63db09512d
2 changed files with 14 additions and 4 deletions

View File

@@ -1 +1,4 @@
## debian (04-12-2021)
- Update to latest version from mbentley/teamspeak
- Initial release

View File

@@ -1,5 +1,10 @@
{
"arch": ["aarch64", "amd64", "armhf", "armv7"],
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7"
],
"description": "voice communication for online gaming, education and training",
"environment": {
"TS3SERVER_LICENSE": "accept",
@@ -9,7 +14,9 @@
"DIST_UPDATE": "1",
"TS_UPDATE": "1"
},
"map": ["share:rw"],
"map": [
"share:rw"
],
"name": "Teamspeak server",
"ports": {
"9987/udp": "9987",
@@ -24,7 +31,7 @@
"41144/tcp": "TSDNS"
},
"slug": "teamspeak",
"upstream": "3.13.6",
"upstream": "debian",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "3.13.6"
"version": "debian"
}