diff --git a/software/code-server/egg-code--server.json b/software/code-server/egg-code--server.json index 87ecc602..41752940 100644 --- a/software/code-server/egg-code--server.json +++ b/software/code-server/egg-code--server.json @@ -4,7 +4,7 @@ "version": "PTDL_v1", "update_url": null }, - "exported_at": "2021-01-09T08:45:52+01:00", + "exported_at": "2021-01-09T09:08:57+01:00", "name": "Code-Server", "author": "admin@altvserver.de", "description": "Run VS Code on any machine anywhere and access it in the browser.", @@ -14,7 +14,7 @@ ], "startup": "sh .local\/lib\/code-server-3.8.0\/bin\/code-server --bind-addr {{IP}}:{{SERVER_PORT}}", "config": { - "files": "{\r\n \".config\/code-server\/config.yaml\": {\r\n \"parser\": \"yaml\",\r\n \"find\": {\r\n \"password\": \"{{server.build.env.PASSWORD}}\",\r\n \"bind\": \"{{server.build.env.IP}}:{{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: {{server.build.env.IP}}:{{server.build.default.port}}\",\r\n \"auth\": \"auth: password\",\r\n \"cert\": \"cert: false\"\r\n }\r\n }\r\n}", "startup": "{\r\n \"done\": \"info HTTP server listening on\"\r\n}", "logs": "{}", "stop": "^C"