-
Notifications
You must be signed in to change notification settings - Fork 0
/
egg-vps.json
31 lines (31 loc) · 1.21 KB
/
egg-vps.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": "2023-05-18T19:39:50+03:00",
"name": "VPS - Egg",
"author": "[email protected]",
"description": "Run an Ubuntu VPS in pterodactyl!",
"features": null,
"docker_images": {
"quay.io\/ydrag0n\/pterodactyl-vps-egg": "quay.io\/ydrag0n\/pterodactyl-vps-egg"
},
"file_denylist": [],
"startup": ".\/start.sh",
"config": {
"files": "{\r\n \"vps.config\": {\r\n \"parser\": \"properties\",\r\n \"find\": {\r\n \"internalip\": \"0.0.0.0\",\r\n \"port\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}",
"startup": "{\r\n \"done\": \")! Welcome \",\r\n \"userInteraction\": [\r\n \"Go to eula.txt for more info.\"\r\n ]\r\n}",
"logs": "{}",
"stop": "stop"
},
"scripts": {
"installation": {
"script": "#!\/bin\/bash\r\n\r\ncd \/mnt\/server\/",
"container": "quay.io\/ydrag0n\/pterodactyl-vps-egg",
"entrypoint": "bash"
}
},
"variables": []
}