Disable Forgejo local password sign-in
This commit is contained in:
parent
3332bf5c53
commit
72b7f1467b
2 changed files with 4 additions and 0 deletions
|
|
@ -91,6 +91,7 @@
|
||||||
headscaleClientSecretFile = config.age.secrets.burrowHeadscaleOidcClientSecret.path;
|
headscaleClientSecretFile = config.age.secrets.burrowHeadscaleOidcClientSecret.path;
|
||||||
googleClientIDFile = config.age.secrets.burrowAuthentikGoogleClientId.path;
|
googleClientIDFile = config.age.secrets.burrowAuthentikGoogleClientId.path;
|
||||||
googleClientSecretFile = config.age.secrets.burrowAuthentikGoogleClientSecret.path;
|
googleClientSecretFile = config.age.secrets.burrowAuthentikGoogleClientSecret.path;
|
||||||
|
googleLoginMode = "redirect";
|
||||||
bootstrapUsers = [
|
bootstrapUsers = [
|
||||||
{
|
{
|
||||||
username = "contact";
|
username = "contact";
|
||||||
|
|
|
||||||
|
|
@ -203,6 +203,9 @@ in
|
||||||
|
|
||||||
service = {
|
service = {
|
||||||
DISABLE_REGISTRATION = true;
|
DISABLE_REGISTRATION = true;
|
||||||
|
ENABLE_INTERNAL_SIGNIN = false;
|
||||||
|
ENABLE_BASIC_AUTHENTICATION = false;
|
||||||
|
SHOW_REGISTRATION_BUTTON = false;
|
||||||
REQUIRE_SIGNIN_VIEW = false;
|
REQUIRE_SIGNIN_VIEW = false;
|
||||||
DEFAULT_ALLOW_CREATE_ORGANIZATION = false;
|
DEFAULT_ALLOW_CREATE_ORGANIZATION = false;
|
||||||
ENABLE_NOTIFY_MAIL = false;
|
ENABLE_NOTIFY_MAIL = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue