forked from moritz/alakazam
add rallly oidc
This commit is contained in:
parent
0b85097295
commit
75bb48b79b
19
combine.yml
19
combine.yml
@ -57,6 +57,15 @@ authentik:
|
|||||||
- outline.png
|
- outline.png
|
||||||
secrets:
|
secrets:
|
||||||
outline_id: outline
|
outline_id: outline
|
||||||
|
rallly:
|
||||||
|
uncomment:
|
||||||
|
- compose.rallly.yml
|
||||||
|
- RALLLY_DOMAIN
|
||||||
|
- SECRET_RALLLY_ID_VERSION
|
||||||
|
- SECRET_RALLLY_SECRET_VERSION
|
||||||
|
- rallly.png
|
||||||
|
secrets:
|
||||||
|
rallly_id: rallly
|
||||||
nextcloud:
|
nextcloud:
|
||||||
authentik:
|
authentik:
|
||||||
uncomment:
|
uncomment:
|
||||||
@ -151,6 +160,16 @@ matrix-synapse:
|
|||||||
- SECRET_KEYCLOAK_CLIENT_SECRET_VERSION
|
- SECRET_KEYCLOAK_CLIENT_SECRET_VERSION
|
||||||
shared_secrets:
|
shared_secrets:
|
||||||
matrix_secret: keycloak_client_secret
|
matrix_secret: keycloak_client_secret
|
||||||
|
rallly:
|
||||||
|
authentik:
|
||||||
|
env:
|
||||||
|
OIDC_NAME: "Authentik"
|
||||||
|
OIDC_DISCOVERY_URL: "https://authentik.example.com/application/o/Rallly/.well-known/openid-configuration"
|
||||||
|
OIDC_CLIENT_ID: rallly
|
||||||
|
uncomment:
|
||||||
|
- compose.oidc.yml
|
||||||
|
- SECRET_OIDC_CLIENT_SECRET_VERSION
|
||||||
|
- OIDC_ENABLED
|
||||||
wekan:
|
wekan:
|
||||||
authentik:
|
authentik:
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user