-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathegg-debian.json
More file actions
31 lines (31 loc) · 1009 Bytes
/
egg-debian.json
File metadata and controls
31 lines (31 loc) · 1009 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_v1",
"update_url": null
},
"exported_at": "2021-12-04T08:15:30-05:00",
"name": "Debian Proot",
"author": "Princ",
"description": "Debian Proot. Source based off https:\/\/github.com\/afnan007a\/Ptero-vm",
"features": null,
"images": [
"ghcr.io\/pterodactyl\/yolks:debian"
],
"file_denylist": [],
"startup": "bash install.sh",
"config": {
"files": "{}",
"startup": "{}",
"logs": "{}",
"stop": "exit"
},
"scripts": {
"installation": {
"script": "#!\/bin\/bash\r\n# hello\r\ncd \/mnt\/server\r\ncurl https:\/\/cdn2.mythicalkitten.com\/pterodactylmarket\/ptero-vm\/install.sh -o install.sh\r\n\r\necho \"meow\"",
"container": "ghcr.io\/pterodactyl\/installers:debian",
"entrypoint": "bash"
}
},
"variables": []
}