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'
|
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.{{{ .Env.DOMAIN }}}/.well-known/openid-configuration'
|
||||||
|
|
||||||
service:
|
service:
|
||||||
ssh:
|
ssh:
|
||||||
|
|
|
@ -200,10 +200,10 @@ data:
|
||||||
"oidc.ciba.grant.enabled": false
|
"oidc.ciba.grant.enabled": false
|
||||||
},
|
},
|
||||||
"alwaysDisplayInConsole": false,
|
"alwaysDisplayInConsole": false,
|
||||||
"rootUrl": "https://{{{ .Env.DOMAIN }}}",
|
"rootUrl": "https://gitea.{{{ .Env.DOMAIN }}}",
|
||||||
"baseUrl": "",
|
"baseUrl": "",
|
||||||
"redirectUris": [
|
"redirectUris": [
|
||||||
"https://{{{ .Env.DOMAIN }}}/*"
|
"https://gitea.{{{ .Env.DOMAIN }}}/*"
|
||||||
],
|
],
|
||||||
"webOrigins": [
|
"webOrigins": [
|
||||||
"/*"
|
"/*"
|
||||||
|
|
Loading…
Reference in a new issue