mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-12 04:27:24 +08:00
36 lines
1.6 KiB
JSON
36 lines
1.6 KiB
JSON
|
{
|
||
|
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
|
||
|
"meta": {
|
||
|
"version": "PTDL_v1"
|
||
|
},
|
||
|
"exported_at": "2019-05-01T16:35:15+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",
|
||
|
"startup": ".\/ts3server_minimal_runscript.sh default_voice_port={{SERVER_PORT}} query_port={{SERVER_PORT}} license_accepted=1",
|
||
|
"config": {
|
||
|
"files": "{}",
|
||
|
"startup": "{\"done\": \"listening on 0.0.0.0:\", \"userInteraction\": []}",
|
||
|
"logs": "{\"custom\": true, \"location\": \"logs\/ts3.log\"}",
|
||
|
"stop": "^C"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"installation": {
|
||
|
"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",
|
||
|
"container": "alpine:3.9",
|
||
|
"entrypoint": "ash"
|
||
|
}
|
||
|
},
|
||
|
"variables": [
|
||
|
{
|
||
|
"name": "Server Version",
|
||
|
"description": "The version of Teamspeak 3 to use when running the server.",
|
||
|
"env_variable": "TS_VERSION",
|
||
|
"default_value": "3.7.1",
|
||
|
"user_viewable": 1,
|
||
|
"user_editable": 1,
|
||
|
"rules": "required|regex:\/^([0-9_\\.-]{5,10})$\/"
|
||
|
}
|
||
|
]
|
||
|
}
|