add rallly
continuous-integration/drone/push Build is passing Details

main
Moritz 2023-03-08 12:57:36 +01:00
parent 88fe75dabe
commit b437faa671
2 changed files with 13 additions and 3 deletions

View File

@ -11,7 +11,7 @@ Authentik SSO:
- Erstelle Application
- Start URL: <hedgedoc_domain>
Setze folgende Konfiguration mit `abra app YOURAPPDOMAIN config` und ersetze <authentik_domain> und <client_id>:
Setze folgende Konfiguration mit `abra app YOURAPPDOMAIN config` und ersetze `<authentik_domain>` und `<client_id>`:
```
COMPOSE_FILE="$COMPOSE_FILE:compose.oauth.yml"
CMD_OAUTH2_PROVIDERNAME=local-it
@ -27,8 +27,9 @@ CMD_OAUTH2_SCOPE="openid email profile"
SECRET_OAUTH_KEY_VERSION=v1
```
Füge das secret aus Authentik ein:
`abra app secret insert pad.kaputt.cloud oauth_key v1 <authentik_secret`
Füge das client secret aus Authentik ein:
`abra app secret insert pad.kaputt.cloud oauth_key v1 <authentik_secret>`
Weitere Optionen:

View File

@ -0,0 +1,9 @@
---
title: Single-Sign-On Provider
---
# Single-Sign-On Provider
[Rallly](https://github.com/lukevella/rallly) ist unsere Terminumfrage Software.
Setup: [https://git.coopcloud.tech/coop-cloud/rallly](https://git.coopcloud.tech/coop-cloud/rallly)