Skip to content
Snippets Groups Projects
Commit e1288b33 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

gitea options

parent b0178124
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,8 @@ services:
DB_NAME: "gitea"
DB_USER: "gitea"
DB_PASSWD: "{{ mysql_user_pw }}"
GITEA__service__ALLOW_ONLY_EXTERNAL_REGISTRATION: "true"
GITEA__openid__ENABLE_OPENID_SIGNUP: "true"
GITEA__oauth2_client__REGISTER_EMAIL_CONFIRM: "false"
GITEA__oauth2_client__OPENID_CONNECT_SCOPES: "openid profile email groups"
GITEA__oauth2_client__ENABLE_AUTO_REGISTRATION: "true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment