Replies: 2 comments
-
|
With the latest release you can provide your own language file using |
Beta Was this translation helpful? Give feedback.
-
|
I know its sort of late, but we solved that by modifying the code-server files before code-server was run... Then code-server was run with whatever other arguments you need. This was with an old system that was used for 5+ years. The new system which went online this year avoids the whole code-server login prompt. It uses kuberneties ingress to overlay the "/login" sub-path of the code-server web site with our own (local SSO) user authentication web server, and which then sets the users "session" web cookie, that was created for that users code-server container (Just a "hashed-password" with a random string, set when container was started). There is a complication with some extra re-direction to ensure the users browser is in the right domain for the users code-server before the web-cookie can be set for that domain. This is much more transparent and users just login (or is already logged in) as normal for our systems. They no longer ever see the simple code-server password login system. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Small ask but the current wording of "Password was set from $PASSWORD." has led to confusion for new users. Would be nice if there was an environment variable that could override the entire message, not just $PASSWORD. Or remove it entirely.
code-server/src/node/i18n/locales/en.json
Line 7 in f26309a
Beta Was this translation helpful? Give feedback.
All reactions