add hedgedoc

main
Philipp Rothmann 2022-05-09 14:53:11 +02:00
parent e87c5d7478
commit 88260d7539
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# Hedgedoc
```
abra app new hedgedoc
abra app config hedgedoc
# uncomment oauth config
# and adjust settings
abra app secrets generate -A
# copy oauth secrets and create oauth provider in authentik
abra app deploy pad.example.org
```