fist draft of vikunja installation docs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c304e46290
commit
e928e17ebb
1 changed files with 27 additions and 0 deletions
27
docs/installation/vikunja.md
Normal file
27
docs/installation/vikunja.md
Normal 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>
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue