We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1b61f commit 0b639bbCopy full SHA for 0b639bb
values/gitea/gitea.gotmpl
@@ -81,9 +81,10 @@ gitea:
81
ENABLE_OPENID_SIGNIN: true
82
ENABLE_OPENID_SIGNUP: true
83
oauth2_client:
84
- OPENID_CONNECT_SCOPES: openid email profile
85
ENABLE_AUTO_REGISTRATION: true
86
- ACCOUNT_LINKING: auto
+ {{/*Disabled so that when an user with the same username is created in gitea, it will not be linked to another account*/}}
+ ACCOUNT_LINKING: disabled
87
+ OPENID_CONNECT_SCOPES: openid email profile
88
USERNAME: email
89
repository:
90
DEFAULT_BRANCH: main
@@ -102,6 +103,9 @@ gitea:
102
103
session:
104
COOKIE_SECURE: true
105
DOMAIN: {{ $giteaDomain }}
106
+ PROVIDER: memory
107
+ GC_INTERVAL_TIME: 10
108
+ SESSION_LIFE_TIME: 10
109
webhook:
110
ALLOWED_HOST_LIST: "*"
111
server:
0 commit comments