debugging
This commit is contained in:
parent
97f4eb33d9
commit
348a27d7c0
1 changed files with 12 additions and 7 deletions
|
@ -27,10 +27,15 @@ gitea:
|
||||||
server:
|
server:
|
||||||
DOMAIN: 'gitea.{{{ .Env.DOMAIN }}}'
|
DOMAIN: 'gitea.{{{ .Env.DOMAIN }}}'
|
||||||
ROOT_URL: 'https://gitea.{{{ .Env.DOMAIN }}}:443'
|
ROOT_URL: 'https://gitea.{{{ .Env.DOMAIN }}}:443'
|
||||||
|
|
||||||
|
oauth2_client:
|
||||||
|
ENABLE_AUTO_REGISTRATION: true
|
||||||
|
ACCOUNT_LINKING: auto
|
||||||
|
|
||||||
oauth:
|
oauth:
|
||||||
- name: 'Keycloak'
|
- name: 'Keycloak'
|
||||||
provider: 'openidConnect'
|
provider: 'openidConnect'
|
||||||
keys: 'forgejo'
|
key: 'forgejo'
|
||||||
secret: 'nEJ7tmVYLjwuycF4vhBzCY8BVfk9LHDY'
|
secret: 'nEJ7tmVYLjwuycF4vhBzCY8BVfk9LHDY'
|
||||||
# existingSecret: gitea-credentials
|
# existingSecret: gitea-credentials
|
||||||
autoDiscoverUrl: 'https://gitea.runner.c-one-infra.de/.well-known/openid-configuration'
|
autoDiscoverUrl: 'https://gitea.runner.c-one-infra.de/.well-known/openid-configuration'
|
||||||
|
|
Loading…
Reference in a new issue