37 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
 | 
						|
    "meta": {
 | 
						|
        "version": "PTDL_v1"
 | 
						|
    },
 | 
						|
    "exported_at": "2018-10-28T20:50:23+01: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.4",
 | 
						|
            "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.5.0",
 | 
						|
            "user_viewable": 1,
 | 
						|
            "user_editable": 1,
 | 
						|
            "rules": "required|regex:\/^([0-9_\\.-]{5,10})$\/"
 | 
						|
        }
 | 
						|
    ]
 | 
						|
}
 |