debugging

This commit is contained in:
franz.germann 2025-02-25 14:06:38 +01:00
parent 348a27d7c0
commit c2fa44adc3

View file

@ -27,18 +27,16 @@ 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:
oauth2_client: ENABLE_AUTO_REGISTRATION: true
ENABLE_AUTO_REGISTRATION: true ACCOUNT_LINKING: auto
ACCOUNT_LINKING: auto oauth:
- name: 'Keycloak'
oauth: provider: 'openidConnect'
- name: 'Keycloak' key: 'forgejo'
provider: 'openidConnect' secret: 'nEJ7tmVYLjwuycF4vhBzCY8BVfk9LHDY'
key: 'forgejo' # existingSecret: gitea-credentials
secret: 'nEJ7tmVYLjwuycF4vhBzCY8BVfk9LHDY' autoDiscoverUrl: 'https://gitea.runner.c-one-infra.de/.well-known/openid-configuration'
# existingSecret: gitea-credentials
autoDiscoverUrl: 'https://gitea.runner.c-one-infra.de/.well-known/openid-configuration'
service: service:
ssh: ssh: