add hedgedoc

This commit is contained in:
Philipp Rothmann 2022-05-09 14:53:11 +02:00
parent e87c5d7478
commit 88260d7539

12
docs/apps/hedgedoc.md Normal file
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
```