-
Notifications
You must be signed in to change notification settings - Fork 11
/
egg.json
31 lines (31 loc) · 1004 Bytes
/
egg.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
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2022-06-01T07:58:52-04:00",
"name": "Dashactyl Egg",
"author": "[email protected]",
"description": "A Dashactyl Egg, maintained by darknight81 & Jamie_#0001",
"features": null,
"docker_images": {
"quay.io/jamiegrimwood/dashactyl-egg": "quay.io/jamiegrimwood/dashactyl-egg"
},
"file_denylist": [],
"startup": ".\/entrypoint.sh",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"[Dashactyl] Your Dashactyl instance is now listening on port\"\r\n}",
"logs": "{}",
"stop": "^C"
},
"scripts": {
"installation": {
"script": "#!\/bin\/bash\r\necho \"Hello\"",
"container": "node:16",
"entrypoint": "bash"
}
},
"variables": []
}