-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathegg-ptero-bot.json
More file actions
62 lines (62 loc) · 1.73 KB
/
egg-ptero-bot.json
File metadata and controls
62 lines (62 loc) · 1.73 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2024-07-01T11:05:47+02:00",
"name": "ptero-bot",
"author": "locktum@tuta.com",
"description": null,
"features": null,
"docker_images": {
"rushr\/ptero-bot": "rushr\/ptero-bot"
},
"file_denylist": [],
"startup": "npm start",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"Discord bot is ready\"\r\n}",
"logs": "{}",
"stop": "^C"
},
"scripts": {
"installation": {
"script": null,
"container": "alpine:3.4",
"entrypoint": "ash"
}
},
"variables": [
{
"name": "Discord Bot token",
"description": "",
"env_variable": "DISCORD_TOKEN",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:255",
"field_type": "text"
},
{
"name": "Discord client id",
"description": "",
"env_variable": "DISCORD_CLIENT_ID",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:255",
"field_type": "text"
},
{
"name": "Database url",
"description": "",
"env_variable": "DATABASE_URL",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:255",
"field_type": "text"
}
]
}