fist draft of vikunja installation docs
continuous-integration/drone/push Build is passing Details

main
Moritz 2022-11-04 15:56:47 +01:00
parent c304e46290
commit e928e17ebb
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
# Vikunja
[Vikunja](https://vikunja.io/docs/) ist ein Kanban Board.
```
abra app new vikunja
abra config <app_name>
abra deploy <app_name>
```
## SSO
im authentik:
openid-provider anlegen
Notiere: <authentik client id> und <authentik secret>
Signaturschlüssel auswählen.
app anlegen
```
abra app secret insert <app_name> oauth_secret v1 <authentik secret>
abra config <app_name>
OAUTH_URL=https://<domain>/application/o/vikunja/
OAUTH_CLIENT_ID=<authentik client id>
```