This commit is contained in:
2023-11-28 13:49:10 +01:00
parent b3db56ed0c
commit 5ad14424c5
2 changed files with 181 additions and 172 deletions

View File

@@ -63,5 +63,14 @@ THEMES=auto,gitea,arc-green,edge-auto,edge-dark,edge-light,everforest-auto,everf
ALLOWED_HOST_LIST=${var.webhook.allowed-hosts}
SKIP_TLS_VERIFY=${var.webhook.skip-tls-verify}
EOF
openid = <<-EOF
ENABLE_OPENID_SIGNIN=true
ENABLE_OPENID_SIGNUP=true
EOF
oauth2_client = <<-EOF
REGISTER_EMAIL_CONFIRM=false
ENABLE_AUTO_REGISTRATION=true
ACCOUNT_LINKING=auto
EOF
}
}