Skip to content

Commit 2795125

Browse files
authored
Update egg-nginx.json
[+] Added new docker images [~] Fixed startup
1 parent 6964c3d commit 2795125

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

egg-nginx.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
"version": "PTDL_v2",
55
"update_url": null
66
},
7-
"exported_at": "2024-10-02T21:37:10+02:00",
7+
"exported_at": "2024-10-02T22:32:15+02:00",
88
"name": "Nginx",
99
"author": "[email protected]",
1010
"description": "NGINX is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP\/POP3 proxy server. NGINX is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption.",
1111
"features": null,
1212
"docker_images": {
13-
"ghcr.io\/ym0t\/nginx_php:8.3": "ghcr.io\/ym0t\/nginx_php:8.3",
14-
"ghcr.io\/ym0t\/nginx_php:8.2": "ghcr.io\/ym0t\/nginx_php:8.2",
15-
"ghcr.io\/ym0t\/nginx_php:8.1": "ghcr.io\/ym0t\/nginx_php:8.1",
16-
"ghcr.io\/ym0t\/nginx_php:8.0": "ghcr.io\/ym0t\/nginx_php:8.0"
13+
"ghcr.io\/ym0t\/pterodactyl-nginx-egg:8.3-latest": "ghcr.io\/ym0t\/pterodactyl-nginx-egg:8.3-latest",
14+
"ghcr.io\/ym0t\/pterodactyl-nginx-egg:8.2-latest": "ghcr.io\/ym0t\/pterodactyl-nginx-egg:8.2-latest",
15+
"ghcr.io\/ym0t\/pterodactyl-nginx-egg:8.1-latest": "ghcr.io\/ym0t\/pterodactyl-nginx-egg:8.1-latest",
16+
"ghcr.io\/ym0t\/pterodactyl-nginx-egg:8.0-latest": "ghcr.io\/ym0t\/pterodactyl-nginx-egg:8.0-latest"
1717
},
1818
"file_denylist": [],
19-
"startup": "if {{GIT_STATUS}}; then {{STARTUP_COMMAND_GIT}}; fi; echo \"{{PHP_VERSION}}\" > \"php_version.txt\"; {{STARTUP_COMMAND}};",
19+
"startup": "if [ {{GIT_STATUS}} == 1 ]; then {{STARTUP_COMMAND_GIT}}; fi; echo \"{{PHP_VERSION}}\" > \"php_version.txt\"; {{STARTUP_COMMAND}};",
2020
"config": {
2121
"files": "{\r\n \"nginx\/conf.d\/default.conf\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \" listen\": \"listen {{server.build.default.port}};\"\r\n }\r\n },\r\n \"php\/php.ini\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"memory_limit =\": \"memory_limit = {{env.memory_limit}};\"\r\n }\r\n }\r\n}",
2222
"startup": "{\r\n \"done\": \"[Docker] Services successfully launched\"\r\n}",

0 commit comments

Comments
 (0)