docker-compose environment for the entire v.st system
https://v.st/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
343 B
10 lines
343 B
3 years ago
|
# gitea
|
||
|
|
||
|
OpenID setup doesn't work out of the box. The open id provider must be configured:
|
||
|
|
||
|
* Authentication name: `keycloak`
|
||
|
* OAuth2 Provider: `OpenID Connect`
|
||
|
* Client key: `gitea`
|
||
|
* Client secret: (copy from `../data/gitea/env.secrets`)
|
||
|
* Discovery URL: https://login.hackerspace.zone/realms/hackerspace/.well-known/openid-configuration
|