1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-07 08:07:09 +02:00

Fix: Startup hardcoded startup version

This commit is contained in:
Mario Franze 2021-02-21 03:57:25 +01:00
parent e5394a611a
commit 26d6b63851
No known key found for this signature in database
GPG Key ID: 61296421381600B1

View File

@ -12,7 +12,7 @@
"images": [ "images": [
"quay.io\/parkervcp\/pterodactyl-images:debian_nodejs-14" "quay.io\/parkervcp\/pterodactyl-images:debian_nodejs-14"
], ],
"startup": "sh .local\/lib\/code-server-3.8.0\/bin\/code-server", "startup": "sh .local\/lib\/code-server-{{VERSION}}\/bin\/code-server",
"config": { "config": {
"files": "{\r\n \".config\/code-server\/config.yaml\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"password\": \"password: {{server.build.env.PASSWORD}}\",\r\n \"bind-addr\": \"bind-addr: 0.0.0.0:{{server.build.default.port}}\"\r\n }\r\n }\r\n}", "files": "{\r\n \".config\/code-server\/config.yaml\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"password\": \"password: {{server.build.env.PASSWORD}}\",\r\n \"bind-addr\": \"bind-addr: 0.0.0.0:{{server.build.default.port}}\"\r\n }\r\n }\r\n}",
"startup": "{\r\n \"done\": \"info HTTP server listening on\"\r\n}", "startup": "{\r\n \"done\": \"info HTTP server listening on\"\r\n}",