-
Notifications
You must be signed in to change notification settings - Fork 0
/
zeobot.json
55 lines (55 loc) · 2.65 KB
/
zeobot.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
45
46
47
48
49
50
51
52
53
54
55
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2024-04-27T22:42:04+01:00",
"name": "ZeoBot",
"author": "[email protected]",
"description": "An egg for ZeoBot - The multipurpose Discord bot.\r\n\r\nFor further support, check https:\/\/docs.zingyawesome.com\/installation\/ or join our Discord and create a ticket.",
"features": null,
"docker_images": {
"Python 3.10, Java 11": "ghcr.io\/zingyawesome\/pyjava:3.10",
"Python 3.10": "ghcr.io\/parkervcp\/yolks:python_3.10",
"Python 3.9, Java 11": "ghcr.io\/zingyawesome\/pyjava:3.9",
"Python 3.9": "ghcr.io\/parkervcp\/yolks:python_3.9"
},
"file_denylist": [],
"startup": "\/usr\/local\/bin\/python \/home\/container\/{{BOT_FILE}} {{EXTRA_ARGS}}",
"config": {
"files": "{\r\n \".\/settings.yml\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \" port: 2333\": \" port: {{server.build.default.port}}\",\r\n \"music_port: \": \"music_port: '{{server.build.default.port}}'\"\r\n }\r\n },\r\n \".\/core\/music_server\/application.yml\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \" port: 2333\": \" port: {{server.build.default.port}}\"\r\n }\r\n }\r\n}",
"startup": "{\r\n \"done\": [\r\n \"ZeoBot has been loaded\",\r\n \"ZeoBot is ready.\"\r\n ]\r\n}",
"logs": "{}",
"stop": "stop"
},
"scripts": {
"installation": {
"script": "#!\/bin\/sh\r\n# ZeoBot Installation Script\r\n\r\necho -e \"[ZeoBot] Server installation has been completed.\"\r\necho -e \"[ZeoBot] Upload the ZeoBot files to the server and proceed with configuration.\"\r\nexit 0",
"container": "alpine",
"entrypoint": "sh"
}
},
"variables": [
{
"name": "Main Bot File",
"description": "The .py file that starts the bot.",
"env_variable": "BOT_FILE",
"default_value": "main.py",
"user_viewable": true,
"user_editable": true,
"rules": "required|string",
"field_type": "text"
},
{
"name": "Extra Arguments",
"description": "Any extra arguments to pass after the file.",
"env_variable": "EXTRA_ARGS",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "nullable|string|max:50",
"field_type": "text"
}
]
}