2017-11-04 04:07:18 +00:00
{
"_comment" : "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO" ,
"meta" : {
"version" : "PTDL_v1"
} ,
2018-10-28 19:34:56 +00:00
"exported_at" : "2018-10-28T20:28:22+01:00" ,
2017-11-04 04:07:18 +00:00
"name" : "Teamspeak3 Server" ,
"author" : "support@pterodactyl.io" ,
"description" : "VoIP software designed with security in mind, featuring crystal clear voice quality, endless customization options, and scalabilty up to thousands of simultaneous users." ,
"image" : "quay.io\/pterodactyl\/core:glibc" ,
2018-10-28 19:34:56 +00:00
"startup" : ".\/ts3server_minimal_runscript.sh default_voice_port={{SERVER_PORT}} query_port={{SERVER_PORT}} license_accepted=1" ,
2017-11-04 04:07:18 +00:00
"config" : {
2018-10-28 19:34:56 +00:00
"files" : "{}" ,
2017-11-04 04:07:18 +00:00
"startup" : "{\"done\": \"listening on 0.0.0.0:\", \"userInteraction\": []}" ,
"logs" : "{\"custom\": true, \"location\": \"logs\/ts3.log\"}" ,
"stop" : "^C"
} ,
"scripts" : {
"installation" : {
2018-10-28 19:34:56 +00:00
"script" : "#!\/bin\/bash\r\n# TS3 Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt -y update\r\napt -y install --no-install-recommends tar curl\r\n\r\ncd \/mnt\/server\r\n\r\ncurl http:\/\/dl.4players.de\/ts\/releases\/${TS_VERSION}\/teamspeak3-server_linux_amd64-${TS_VERSION}.tar.bz2 | tar xj --strip-components=1" ,
"container" : "ubuntu:18.04" ,
"entrypoint" : "bash"
2017-11-04 04:07:18 +00:00
}
} ,
"variables" : [
{
"name" : "Server Version" ,
"description" : "The version of Teamspeak 3 to use when running the server." ,
"env_variable" : "TS_VERSION" ,
2018-10-13 09:14:17 +01:00
"default_value" : "3.4.0" ,
2017-11-04 04:07:18 +00:00
"user_viewable" : 1 ,
"user_editable" : 1 ,
"rules" : "required|regex:\/^([0-9_\\.-]{5,10})$\/"
}
]
2018-03-07 05:11:05 +00:00
}