Enable openid sign in and signup in forgejo-v8 demo site (#2)

Proper version of https://code.forgejo.org/strk/forgejo-infrastructure-k8s/pulls/1

See https://codeberg.org/forgejo/discussions/issues/195#issuecomment-2108955

@earl-warren

Reviewed-on: https://code.forgejo.org///infrastructure/k8s/pulls/2
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: strk <strk@kbt.io>
Co-committed-by: strk <strk@kbt.io>
This commit is contained in:
strk 2024-07-25 21:00:54 +00:00 committed by earl-warren
parent d8b78d75aa
commit 2a89cdb4af
2 changed files with 6 additions and 0 deletions

View file

@ -71,3 +71,6 @@ gitea:
indexer:
ISSUE_INDEXER_TYPE: bleve
REPO_INDEXER_ENABLED: true
openid:
ENABLE_OPENID_SIGNIN: true
ENABLE_OPENID_SIGNUP: true

View file

@ -71,3 +71,6 @@ gitea:
indexer:
ISSUE_INDEXER_TYPE: bleve
REPO_INDEXER_ENABLED: true
openid:
ENABLE_OPENID_SIGNIN: true
ENABLE_OPENID_SIGNUP: true