From 63db09512d171b4c856d977e8d05ac97991a753e Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 4 Dec 2021 07:46:54 +0100 Subject: [PATCH] Update to debian --- teamspeak/CHANGELOG.md | 3 +++ teamspeak/config.json | 15 +++++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/teamspeak/CHANGELOG.md b/teamspeak/CHANGELOG.md index 66f7e8b76..8372cb6c5 100644 --- a/teamspeak/CHANGELOG.md +++ b/teamspeak/CHANGELOG.md @@ -1 +1,4 @@ + +## debian (04-12-2021) +- Update to latest version from mbentley/teamspeak - Initial release diff --git a/teamspeak/config.json b/teamspeak/config.json index 6c0bf563f..9d3292e8b 100644 --- a/teamspeak/config.json +++ b/teamspeak/config.json @@ -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" }