-
Notifications
You must be signed in to change notification settings - Fork 25
/
egg-a-i-o.json
42 lines (42 loc) · 1.26 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
38
39
40
41
42
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2024-04-21T14:59:52+08:00",
"name": "AIO",
"author": "[email protected]",
"description": "NodeJS LTS, Java (OpenJDK) 21, Python 3.11+, Golang, .NET Core, NodeJS Puppeteer\/pm2\/yarn. Made by DanBot Hosting.",
"features": null,
"docker_images": {
"danbothosting\/aio": "danbothosting\/aio"
},
"file_denylist": [],
"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 server to use.",
"env_variable": "STARTUP_CMD",
"default_value": "bash",
"user_viewable": true,
"user_editable": true,
"rules": "required",
"field_type": "text"
}
]
}