-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathegg-all-in-one.json
62 lines (62 loc) · 2.17 KB
/
egg-all-in-one.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
60
61
62
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": ""
},
"exported_at": "2024-11-21T15:46:48+00:00",
"name": "All In One",
"author": "[email protected]",
"description": "Node.JS: 22, 20, 19, 18, 16, 14, 12\r\nPython: 3.13, 3.12, 3.11, 3.10, 3.9, 3.8\r\nJava: 24, 23, 22, 21, 17, 11\r\n& more coming soon\u2122",
"features": null,
"docker_images": {
"Node.JS 22": "djoh\/all-in-one:node22",
"Node.JS 20": "djoh\/all-in-one:node20",
"Node.JS 19": "djoh\/all-in-one:node19",
"Node.JS 18": "djoh\/all-in-one:node18",
"Node.JS 16": "djoh\/all-in-one:node16",
"Node.JS 14": "djoh\/all-in-one:node14",
"Node.JS 12": "djoh\/all-in-one:node12",
"==DO NOT SELECT==": "null",
"Python 3.13": "djoh\/all-in-one:python3.13",
"Python 3.12": "djoh\/all-in-one:python3.12",
"Python 3.11": "djoh\/all-in-one:python3.11",
"Python 3.10": "djoh\/all-in-one:python3.10",
"Python 3.9": "djoh\/all-in-one:python3.9",
"Python 3.8": "djoh\/all-in-one:python3.8",
"==DO NOT SELECT2==": "null",
"Java 24": "djoh\/all-in-one:java24",
"Java 23": "djoh\/all-in-one:java23",
"Java 22": "djoh\/all-in-one:java22",
"Java 21": "djoh\/all-in-one:java21",
"Java 17": "djoh\/all-in-one:java17",
"Java 11": "djoh\/all-in-one:java11"
},
"file_denylist": [],
"startup": "{{STARTUP_CMD}}",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"\"\r\n}",
"logs": "{}",
"stop": "^^C"
},
"scripts": {
"installation": {
"script": null,
"container": "alpine:3.16",
"entrypoint": "ash"
}
},
"variables": [
{
"name": "Server startup command",
"description": "",
"env_variable": "STARTUP_CMD",
"default_value": "bash",
"user_viewable": true,
"user_editable": true,
"rules": "required|string",
"field_type": "text"
}
]
}