forked from techfish-11/SwiftlyTTS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpterodactyl-egg.json
More file actions
132 lines (132 loc) · 4.26 KB
/
pterodactyl-egg.json
File metadata and controls
132 lines (132 loc) · 4.26 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2025-10-06T12:32:45+00:00",
"name": "SwiftlyTTS",
"author": "admin@techfish.dev",
"description": null,
"features": null,
"docker_images": {
"ghcr.io\/techfish-11\/swiftlytts-bot:sha-171d75f": "ghcr.io\/techfish-11\/swiftlytts-bot"
},
"file_denylist": [],
"startup": "echo starting...",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"Database connection successful!\"\r\n}",
"logs": "{}",
"stop": "^c"
},
"scripts": {
"installation": {
"script": null,
"container": "alpine:3.4",
"entrypoint": "ash"
}
},
"variables": [
{
"name": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30db\u30b9\u30c8IP",
"description": "",
"env_variable": "DB_HOST",
"default_value": "",
"user_viewable": false,
"user_editable": true,
"rules": "required|string|max:500",
"field_type": "text"
},
{
"name": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30dd\u30fc\u30c8",
"description": "",
"env_variable": "DB_PORT",
"default_value": "",
"user_viewable": false,
"user_editable": true,
"rules": "required|string|max:500",
"field_type": "text"
},
{
"name": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u540d\u524d",
"description": "",
"env_variable": "DB_NAME",
"default_value": "",
"user_viewable": false,
"user_editable": true,
"rules": "required|string|max:500",
"field_type": "text"
},
{
"name": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30e6\u30fc\u30b6\u30fc\u30cd\u30fc\u30e0",
"description": "",
"env_variable": "DB_USER",
"default_value": "",
"user_viewable": false,
"user_editable": true,
"rules": "required|string|max:500",
"field_type": "text"
},
{
"name": "\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d1\u30b9\u30ef\u30fc\u30c9",
"description": "",
"env_variable": "DB_PASSWORD",
"default_value": "",
"user_viewable": false,
"user_editable": true,
"rules": "required|string|max:500",
"field_type": "text"
},
{
"name": "discord\u30c8\u30fc\u30af\u30f3",
"description": "",
"env_variable": "DISCORD_TOKEN",
"default_value": "",
"user_viewable": false,
"user_editable": true,
"rules": "required|string|max:500",
"field_type": "text"
},
{
"name": "\u518d\u63a5\u7d9a\u3059\u308b\u304b",
"description": "",
"env_variable": "reconnect",
"default_value": "",
"user_viewable": false,
"user_editable": true,
"rules": "required|string|max:500",
"field_type": "text"
},
{
"name": "\u30b7\u30e3\u30fc\u30c9\u6570",
"description": "",
"env_variable": "SHARD_COUNT",
"default_value": "",
"user_viewable": false,
"user_editable": true,
"rules": "required|string|max:500",
"field_type": "text"
},
{
"name": "\u30c7\u30d0\u30c3\u30b0\u304b\u3069\u3046\u304b",
"description": "",
"env_variable": "DEBUG",
"default_value": "",
"user_viewable": false,
"user_editable": true,
"rules": "required|string|max:500",
"field_type": "text"
},
{
"name": "sentry DSN",
"description": "",
"env_variable": "SENTRY_DSN",
"default_value": "",
"user_viewable": false,
"user_editable": true,
"rules": "required|string|max:500",
"field_type": "text"
}
]
}