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