debugging

This commit is contained in:
franz.germann 2025-02-25 14:33:32 +01:00
parent c2fa44adc3
commit 109198d96f
2 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ gitea:
key: 'forgejo'
secret: 'nEJ7tmVYLjwuycF4vhBzCY8BVfk9LHDY'
# existingSecret: gitea-credentials
autoDiscoverUrl: 'https://gitea.runner.c-one-infra.de/.well-known/openid-configuration'
autoDiscoverUrl: 'https://gitea.{{{ .Env.DOMAIN }}}/.well-known/openid-configuration'
service:
ssh:

View file

@ -200,10 +200,10 @@ data:
"oidc.ciba.grant.enabled": false
},
"alwaysDisplayInConsole": false,
"rootUrl": "https://{{{ .Env.DOMAIN }}}",
"rootUrl": "https://gitea.{{{ .Env.DOMAIN }}}",
"baseUrl": "",
"redirectUris": [
"https://{{{ .Env.DOMAIN }}}/*"
"https://gitea.{{{ .Env.DOMAIN }}}/*"
],
"webOrigins": [
"/*"