-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathegg.json
More file actions
31 lines (31 loc) · 948 Bytes
/
egg.json
File metadata and controls
31 lines (31 loc) · 948 Bytes
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": "KlovitClient Egg",
"author": "dark@zexade.com",
"description": "A KlovitClient Egg, maintained by darknight81",
"features": null,
"docker_images": {
"KlovitClient-Egg": "quay.io/klovit/klovitclient-egg"
},
"file_denylist": [],
"startup": ".\/entrypoint.sh",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"[KlovitClient] Your KlovitClient 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": []
}