Uberspace / lab

The Uberlab provides various tutorials - written by you! - on how to run software and tools on Uberspace 7.
https://lab.uberspace.de
Other
316 stars 417 forks source link

[code-server] Requires glibc 2.28 #1680

Open taddydevil opened 11 months ago

taddydevil commented 11 months ago

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

muuuh commented 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.

MaluNoPeleke commented 8 months ago

Any updates about this?