mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-25 18:21:51 +02:00
Update to debian
This commit is contained in:
@@ -1 +1,4 @@
|
|||||||
|
|
||||||
|
## debian (04-12-2021)
|
||||||
|
- Update to latest version from mbentley/teamspeak
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"arch": ["aarch64", "amd64", "armhf", "armv7"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armhf",
|
||||||
|
"armv7"
|
||||||
|
],
|
||||||
"description": "voice communication for online gaming, education and training",
|
"description": "voice communication for online gaming, education and training",
|
||||||
"environment": {
|
"environment": {
|
||||||
"TS3SERVER_LICENSE": "accept",
|
"TS3SERVER_LICENSE": "accept",
|
||||||
@@ -9,7 +14,9 @@
|
|||||||
"DIST_UPDATE": "1",
|
"DIST_UPDATE": "1",
|
||||||
"TS_UPDATE": "1"
|
"TS_UPDATE": "1"
|
||||||
},
|
},
|
||||||
"map": ["share:rw"],
|
"map": [
|
||||||
|
"share:rw"
|
||||||
|
],
|
||||||
"name": "Teamspeak server",
|
"name": "Teamspeak server",
|
||||||
"ports": {
|
"ports": {
|
||||||
"9987/udp": "9987",
|
"9987/udp": "9987",
|
||||||
@@ -24,7 +31,7 @@
|
|||||||
"41144/tcp": "TSDNS"
|
"41144/tcp": "TSDNS"
|
||||||
},
|
},
|
||||||
"slug": "teamspeak",
|
"slug": "teamspeak",
|
||||||
"upstream": "3.13.6",
|
"upstream": "debian",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "3.13.6"
|
"version": "debian"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user