forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
teamspeak3.json
51 lines (51 loc) · 2.6 KB
/
teamspeak3.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"Teamspeak3": {
"containers": {
"Teamspeak3": {
"image": "teamspeak",
"launch_order": 1,
"ports": {
"9987": {
"description": "Teamspeak3 Voice port (udp). Suggested default: 9987",
"host_default": 9987,
"label": "Voice port",
"protocol": "udp",
"ui": false
},
"10011": {
"description": "Teamspeak3 Listning port (tcp). Suggested default: 10011",
"host_default": 10011,
"label": "Listning port",
"protocol": "tcp",
"ui": false
},
"30033": {
"description": "Teamspeak3 File-Transfer port (tcp). Suggested default: 30033",
"host_default": 30033,
"label": "File-Transfer port",
"protocol": "tcp",
"ui": false
}
},
"volumes": {
"/var/ts3server/": {
"description": "Choose a Share for Teamspeak3 data. Eg: create a Share called Teamspeak3-data for this purpose alone.",
"label": "Config Storage"
}
},
"environment": {
"TS3SERVER_LICENSE": {
"description": "To run TeamSpeak, you must accept its license. Enter `accept` if you do.",
"label": "Accept license?",
"index": 1
}
}
}
},
"description": "VoIP software designed with security in mind, featuring crystal clear voice quality, endless customization options, and scalabilty up to thousands of simultaneous users.<p>Based on the official Teamspeak docker image: <a href='https://hub.docker.com/_/teamspeak' target='_blank'>https://hub.docker.com/_/teamspeak</a>.",
"more_info": "<h4>You need to get the privileged key using system console to get serveradmin access</h4></p>1. Open system console (don't forget to start the service) or use SSH</p>2. docker logs Teamspeak3 | grep loginname</p><br><p>If it's the second or more start of this Rock-on, please use the following instead:</p> docker exec Teamspeak3 sh -c 'cat logs/*.log | grep token'</p>",
"volume_add_support": false,
"website": "https://teamspeak.com/en/",
"version": "2.0"
}
}