forked from DevFW-CICD/stacks
debugging
This commit is contained in:
parent
8b93796afe
commit
d657841913
1 changed files with 8 additions and 0 deletions
|
@ -27,6 +27,14 @@ 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'
|
||||||
|
oauth:
|
||||||
|
- name: 'Keycloak'
|
||||||
|
provider: 'openidConnect'
|
||||||
|
# or with 'key' and 'secret' parameter directly
|
||||||
|
keys: 'forgejo'
|
||||||
|
secret: 'nEJ7tmVYLjwuycF4vhBzCY8BVfk9LHDY'
|
||||||
|
# existingSecret: gitea-credentials
|
||||||
|
autoDiscoverUrl: 'https://gitea.example.com/.well-known/openid-configuration'
|
||||||
|
|
||||||
service:
|
service:
|
||||||
ssh:
|
ssh:
|
||||||
|
|
Loading…
Reference in a new issue