|
@@ -5,25 +5,28 @@
|
|
|
"description": "file://DESCRIPTION.md",
|
|
|
"changelog": "./CHANGELOG",
|
|
|
"tagline": "serverarium",
|
|
|
- "version": "0.1.9",
|
|
|
+ "version": "0.1.10",
|
|
|
"healthCheckPath": "/healthcheck",
|
|
|
"httpPort": 3000,
|
|
|
"addons": {
|
|
|
"ldap": {},
|
|
|
"localstorage": {}
|
|
|
},
|
|
|
- "tcpPorts": {
|
|
|
- "S_PORT": {
|
|
|
- "title": "S Port",
|
|
|
- "description": "S Port.",
|
|
|
- "defaultValue": 11299
|
|
|
- },
|
|
|
- "B_PORT": {
|
|
|
- "title": "B Port",
|
|
|
- "description": "B Port.",
|
|
|
- "defaultValue": 4382
|
|
|
+ "udpPorts": {
|
|
|
+ "DAT_UDP_PORT": {
|
|
|
+ "title": "Default dat Port",
|
|
|
+ "description": "Default Teamspeak Port (udp)",
|
|
|
+ "defaultValue": 3282
|
|
|
}
|
|
|
},
|
|
|
+ "tcpPorts": {
|
|
|
+ "DAT_TCP_PORT": {
|
|
|
+ "title": "dat Listening Port",
|
|
|
+ "description": "ServerQuery Listening Port (tcp)",
|
|
|
+ "defaultValue": 3282
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
"manifestVersion": 1,
|
|
|
"website": "https://git.tum.dk/",
|
|
|
"contactEmail": "boot@tum.dk",
|