debugging
This commit is contained in:
parent
c2fa44adc3
commit
109198d96f
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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": [
|
||||
"/*"
|
||||
|
|
Loading…
Reference in a new issue