coder: disable passwd auth
This commit is contained in:
parent
3f9a348e57
commit
6517934064
1 changed files with 7 additions and 0 deletions
|
|
@ -27,7 +27,14 @@ in {
|
|||
CODER_OIDC_CLIENT_SECRET=""
|
||||
*/
|
||||
extra = {
|
||||
CODER_DISABLE_PASSWORD_AUTH = true;
|
||||
CODER_OAUTH2_GITHUB_ALLOW_SIGNUPS = false;
|
||||
CODER_OAUTH2_GITHUB_DEFAULT_PROVIDER_ENABLE = false;
|
||||
|
||||
CODER_OIDC_ISSUER_URL = "https://z.jsw.tf";
|
||||
CODER_OIDC_SIGN_IN_TEXT = "Sign in with JSW-Auth";
|
||||
CODER_OIDC_ICON_URL = "https://"; #FIXME: icon
|
||||
|
||||
# CODER_OIDC_EMAIL_DOMAIN="your-domain-1,your-domain-2";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue