Open taddydevil opened 11 months ago
I have the same problem, but is there a solution (instead of removing the instructions)? https://github.com/Uberspace/lab/issues/1594#issuecomment-1763787290
As far as I remember, copying an old nodejs version (cp code-server-4.16.1-linux-amd64/lib/node ../code-server/lib/node
in the new directory) somehow worked for me, but extensions did not. But that was a while ago.
Currently I'm still using code-server-4.16.1, but I'm thinking about using (uberspace web backend set / --http --port 3000
) with basic authentication to have a better security level with this outdated version, but I don't think that's possible.
Any updates about this?
Code-Server requires with version 4.17 glibc 2.28 which is not shipped in Uberspace / CentOS 7. The workaround compile node with glibc 2.18 what the uberspace team already did doesn't work too.
@tobimori