linuxserver / docker-code-server

GNU General Public License v3.0
1.54k stars 314 forks source link

[FEAT] Remove password login #154

Closed 825i closed 9 months ago

825i commented 1 year ago

Is this a new feature request?

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

github-actions[bot] commented 1 year ago

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

thespad commented 1 year ago

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

Roxedus commented 1 year ago

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

BhautikChudasama commented 12 months ago

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

github-actions[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 8 months ago

This issue is locked due to inactivity