-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
egg-java.json
45 lines (45 loc) · 1.58 KB
/
egg-java.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
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2022-06-20T05:49:55-04:00",
"name": "Java",
"author": "fyrenodes@gmail.com",
"description": "Official Java egg for FyreNodes.",
"features": null,
"docker_images": {
"Java 17": "ghcr.io\/pterodactyl\/yolks:java_17",
"Java 16": "ghcr.io\\\/parkervcp\\\/yolks:java_16",
"Java 11": "ghcr.io\\\/parkervcp\\\/yolks:java_11",
"Java 8": "ghcr.io\\\/parkervcp\\\/yolks:java_8"
},
"file_denylist": [],
"startup": "java -Dterminal.jline=false -Dterminal.ansi=true -Xms128M -Xmx{{SERVER_MEMORY}}M {{STARTUP_CMD}}",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"ready\"\r\n}",
"logs": "{}",
"stop": "^C"
},
"scripts": {
"installation": {
"script": "#!\/bin\/bash\r\n\r\napt update; apt upgrade -y\r\napt install -y curl jq\r\n\r\necho -e \"Installation has completed.\"\r\nexit 0",
"container": "debian:buster-slim",
"entrypoint": "bash"
}
},
"variables": [
{
"name": "Startup Command",
"description": "Startup command to use when running the application.",
"env_variable": "STARTUP_CMD",
"default_value": "-jar app.jar",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:100",
"field_type": "text"
}
]
}