-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathegg-pTeroTor.json
31 lines (31 loc) · 1.1 KB
/
egg-pTeroTor.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
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2023-05-16T17:08:05+05:30",
"name": "pTeroTor",
"author": "ad1tya2@github.com",
"description": "This runs a simple server qBittorrent server on the pterodactyl panel",
"features": null,
"docker_images": {
"ad1tya2\/pterotor:beta1": "ad1tya2\/pterotor:latest"
},
"file_denylist": [],
"startup": "echo Hello Am Up :)",
"config": {
"files": "{\r\n \".config\/qBittorrent\/qBittorrent.conf\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"WebUI\\\\Port\": \"WebUI\\\\Port={{server.build.default.port}}\"\r\n }\r\n }\r\n}",
"startup": "{\r\n \"done\": \"******** Information ********\"\r\n}",
"logs": "{}",
"stop": "^C"
},
"scripts": {
"installation": {
"script": null,
"container": "alpine:3.4",
"entrypoint": "ash"
}
},
"variables": []
}