-
Notifications
You must be signed in to change notification settings - Fork 42
/
egg-pterodactyl-v-i-aaa-s.json
59 lines (59 loc) · 2.59 KB
/
egg-pterodactyl-v-i-aaa-s.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
"meta": {
"update_url": null,
"version": "PTDL_v2"
},
"exported_at": "2024-06-01T19:40:09+00:00",
"name": "VIAaaS",
"author": "[email protected]",
"description": "VIAaaS - ViaVersion as a Service - Standalone ViaVersion proxy",
"features": [
"eula",
"java_version",
"pid_limit"
],
"docker_images": {
"ghcr.io/parkervcp/yolks:java_11": "ghcr.io/parkervcp/yolks:java_11",
"ghcr.io/parkervcp/yolks:java_16": "ghcr.io/parkervcp/yolks:java_16",
"ghcr.io/parkervcp/yolks:java_17": "ghcr.io/parkervcp/yolks:java_17",
"ghcr.io/parkervcp/yolks:java_8": "ghcr.io/parkervcp/yolks:java_8"
},
"file_denylist": [],
"startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar {{SERVER_JARFILE}} -sslPort={{WEBSERVER_PORT}}",
"config": {
"files": "{\r\n \"config/viaaas.yml\": {\r\n \"parser\": \"yaml\",\r\n \"find\": {\r\n \"port\": \"{{server.build.default.port}}\",\r\n \"bind-address\": \"0.0.0.0\"\r\n }\r\n }\r\n}",
"logs": "{}",
"startup": "{\r\n \"done\": \"Application started in \"\r\n}",
"stop": "end"
},
"scripts": {
"installation": {
"container": "ghcr.io/parkervcp/installers:alpine",
"entrypoint": "ash",
"script": "#!/bin/ash\r\n# VIAaaS Installation Script\r\n#\r\n# Server Files: /mnt/server\r\ncd /mnt/server\r\nwget -O ${SERVER_JARFILE} \"https://jitpack.io/com/github/ViaVersion/VIAaaS/master-SNAPSHOT/VIAaaS-master-SNAPSHOT-all.jar\"\r\n\r\n## install end\r\necho \"-----------------------------------------\"\r\necho \"Installation completed...\"\r\necho \"-----------------------------------------\""
}
},
"variables": [
{
"name": "VIAaaS JAR File",
"description": "The name of the JAR file to be used when downloading \u0026 running VIAaaS.",
"env_variable": "SERVER_JARFILE",
"default_value": "VIAaaS-all.jar",
"user_viewable": true,
"user_editable": true,
"rules": "required|string",
"field_type": "text"
},
{
"name": "Web Server Port",
"description": "The port to listen to web server connections on.",
"env_variable": "WEBSERVER_PORT",
"default_value": "25543",
"user_viewable": true,
"user_editable": true,
"rules": "required|string",
"field_type": "text"
}
]
}