forked from Votion-Development/Dashactyl-Egg
-
Notifications
You must be signed in to change notification settings - Fork 2
/
egg.json
34 lines (34 loc) · 1.1 KB
/
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
32
33
34
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY WISP - https:\/\/wisp.gg\/",
"meta": {
"version": "PTDL_v1"
},
"exported_at": "2022-03-10T17:57:24+00:00",
"name": "fyreactyl-Egg",
"tag": "",
"author": "admin@wardenhostmc.tk",
"description": "A Fyreactyl Egg, maintained by MD211211#9261 (unofficial)",
"image": "ghcr.io/software-noob/pterodactyl-images:nodejs_16",
"startup": ".\/entrypoint.sh",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \")! For help, type \",\r\n \"userInteraction\": [\r\n \"Go to eula.txt for more info.\"\r\n ]\r\n}",
"logs": "{}",
"stop": "stop",
"custom": "{}"
},
"scripts": {
"installation": {
"script": "#!\/bin\/bash\r\necho \"Hello\"",
"container": "node:14-bullseye-slim",
"entrypoint": "bash"
},
"update": {
"script": null,
"container": "alpine:3.4",
"entrypoint": "ash"
}
},
"variables": [],
"mods": []
}