Advertisement
Guest User

egg-teamspeak3

a guest
Feb 23rd, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. {
  2. "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
  3. "meta": {
  4. "version": "PTDL_v1"
  5. },
  6. "exported_at": "2020-02-23T10:34:32-05:00",
  7. "name": "Teamspeak3 Server",
  8. "author": "support@pterodactyl.io",
  9. "description": "VoIP software designed with security in mind, featuring crystal clear voice quality, endless customization options, and scalabilty up to thousands of simultaneous users.",
  10. "image": "quay.io\/pterodactyl\/core:glibc",
  11. "startup": ".\/ts3server_minimal_runscript.sh default_voice_port={{SERVER_PORT}} query_port={{SERVER_PORT}} license_accepted=1",
  12. "config": {
  13. "files": "{}",
  14. "startup": "{\r\n \"done\": \"listening on 0.0.0.0:\",\r\n \"userInteraction\": []\r\n}",
  15. "logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/ts3.log\"\r\n}",
  16. "stop": "^C"
  17. },
  18. "scripts": {
  19. "installation": {
  20. "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",
  21. "container": "alpine:3.9",
  22. "entrypoint": "ash"
  23. }
  24. },
  25. "variables": [
  26. {
  27. "name": "Server Version",
  28. "description": "The version of Teamspeak 3 to use when running the server.",
  29. "env_variable": "TS_VERSION",
  30. "default_value": "3.5.0",
  31. "user_viewable": 1,
  32. "user_editable": 1,
  33. "rules": "required|regex:\/^([0-9_\\.-]{5,10})$\/"
  34. }
  35. ]
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement