-
Notifications
You must be signed in to change notification settings - Fork 1
/
egg-haproxy.json
31 lines (31 loc) · 1.16 KB
/
egg-haproxy.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_v1",
"update_url": null
},
"exported_at": "2022-02-27T07:36:51+09:00",
"name": "HAProxy",
"author": "[email protected]",
"description": "HAProxy\u30d7\u30ed\u30ad\u30b7(Java\u7248\u7528)",
"features": null,
"images": [
"ghcr.io\/numa-lab\/docker-haproxy:latest"
],
"file_denylist": [],
"startup": "haproxy -W -db -f \/home\/container\/haproxy\/haproxy.cfg",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \") forked\"\r\n}",
"logs": "{}",
"stop": "^C"
},
"scripts": {
"installation": {
"script": "#!\/bin\/bash\r\n\r\ncd \/mnt\/server\r\n\r\nif [ ! -f haproxy\/haproxy.conf ]; then\r\n echo -e \"Downloading haproxy.cfg\"\r\n mkdir haproxy\r\n curl -o haproxy\/haproxy.cfg https:\/\/raw.githubusercontent.com\/Numa-Lab\/EggHAProxy\/master\/haproxy\/haproxy.cfg\r\nfi",
"container": "ghcr.io\/pterodactyl\/installers:alpine",
"entrypoint": "ash"
}
},
"variables": []
}