forked from DanBot-Hosting/Pterodactyl-Eggs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathegg-a-i-o.json
37 lines (37 loc) · 1.05 KB
/
egg-a-i-o.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
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v1"
},
"exported_at": "2020-11-16T00:26:44-05:00",
"name": "AIO",
"author": "[email protected]",
"description": "Python2, Python3.7, Node.JS 14, Java 11",
"features": null,
"image": "danbothosting\/aio",
"startup": "${STARTUP_CMD}",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"\",\r\n \"userInteraction\": []\r\n}",
"logs": "{}",
"stop": "^C"
},
"scripts": {
"installation": {
"script": null,
"container": "alpine:3.4",
"entrypoint": "ash"
}
},
"variables": [
{
"name": "Startup Command",
"description": "The startup command for your bot to use",
"env_variable": "STARTUP_CMD",
"default_value": "bash",
"user_viewable": true,
"user_editable": true,
"rules": "required"
}
]
}