linuxserver/docker-code-server

[FEAT] Remove password login

825i opened this issue · 6 comments

825i commented

Is this a new feature request?

  • I have searched the existing issues

Wanted change

I am already using Github OAuth is my SSO for code-server. Is there a way to disable the additional request for a password from the container specifically?

Reason for change

Use only one secure auth method instead of requiring two.

Proposed code change

No response

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

You should just be able to edit /config/.config/code-server/config.yaml and set auth to none

Not setting the var at all should also run it with "none" as auth

You can use /usr/bin/entrypoint.sh --bind-addr="0.0.0.0:8080" --auth none ..