crlf to lf + sort json

This commit is contained in:
Alexandre
2022-03-15 11:02:11 +01:00
parent c748fa4a23
commit 5a7e0f0569
96 changed files with 1060 additions and 870 deletions

View File

@@ -1,7 +1,7 @@
{
"build_from": {
"armv7": "ertagh/teamspeak3-server:latest-predownloaded",
"aarch64": "ertagh/teamspeak3-server:latest-predownloaded",
"amd64": "mbentley/teamspeak:latest"
"amd64": "mbentley/teamspeak:latest",
"armv7": "ertagh/teamspeak3-server:latest-predownloaded"
}
}

View File

@@ -1,27 +1,33 @@
{
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"description": "voice communication for online gaming, education and training",
"environment": {
"TS3SERVER_LICENSE": "accept",
"PUID": "503",
"DIST_UPDATE": "1",
"GUID": "503",
"INIFILE": "1",
"DIST_UPDATE": "1",
"PUID": "503",
"TS3SERVER_LICENSE": "accept",
"TS_UPDATE": "1"
},
"map": ["share:rw"],
"map": [
"share:rw"
],
"name": "Teamspeak server",
"ports": {
"9987/udp": "9987",
"10011/tcp": "10011",
"30033/tcp": "30033",
"41144/tcp": 41144
"41144/tcp": 41144,
"9987/udp": "9987"
},
"ports_description": {
"80/udp": "Voice",
"10011/tcp": "ServerQuery (raw)",
"30033/tcp": "Filetransfer",
"41144/tcp": "TSDNS"
"41144/tcp": "TSDNS",
"80/udp": "Voice"
},
"slug": "teamspeak",
"upstream": "3.13.6",