-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
egg-laracord.json
44 lines (44 loc) · 1.34 KB
/
egg-laracord.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
35
36
37
38
39
40
41
42
43
44
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2024-02-01T01:55:42-06:00",
"name": "Laracord",
"author": "brandon@tendency.me",
"description": "https:\/\/laracord.com",
"features": null,
"docker_images": {
"PHP 8": "ghcr.io\/laracord\/egg:php8",
"PHP 8.2": "ghcr.io\/laracord\/egg:php8.2",
"PHP 8.3": "ghcr.io\/laracord\/egg:php8.3"
},
"file_denylist": [],
"startup": "php {{LARACORD}}",
"config": {
"files": "{}",
"startup": "{\n \"done\": \"Successfully booted\",\n \"userInteraction\": []\n}",
"logs": "{}",
"stop": "^SIGKILL"
},
"scripts": {
"installation": {
"script": "#!\/bin\/ash\n\ncd \/mnt\/server\n\napk --no-cache add curl git",
"container": "alpine:3.19",
"entrypoint": "ash"
}
},
"variables": [
{
"name": "Laracord Binary",
"description": "The Laracord bot binary filename.",
"env_variable": "LARACORD",
"default_value": "laracord",
"user_viewable": true,
"user_editable": true,
"rules": "present",
"field_type": "text"
}
]
}