2017-11-04 04:07:18 +00:00
{
"_comment" : "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO" ,
"meta" : {
"version" : "PTDL_v1"
} ,
2019-05-02 03:02:41 +00:00
"exported_at" : "2019-05-01T16:35:15+00: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 20:13:03 +00:00
"script" : "#!\/bin\/ash\n# TS3 Installation Script\n#\n# Server Files: \/mnt\/server\napk update\napk add tar curl\n\ncd \/mnt\/server\n\ncurl http:\/\/dl.4players.de\/ts\/releases\/${TS_VERSION}\/teamspeak3-server_linux_amd64-${TS_VERSION}.tar.bz2 | tar xj --strip-components=1" ,
2019-02-16 19:08:01 +00:00
"container" : "alpine:3.9" ,
2018-10-28 19:51:36 +00:00
"entrypoint" : "ash"
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" ,
2019-05-02 03:02:41 +00:00
"default_value" : "3.7.1" ,
2017-11-04 04:07:18 +00:00
"user_viewable" : 1 ,
"user_editable" : 1 ,
"rules" : "required|regex:\/^([0-9_\\.-]{5,10})$\/"
}
]
2019-05-02 03:02:41 +00:00
}