From 88260d75390e31c1b305e3b56b93e1252a12b2f6 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Mon, 9 May 2022 14:53:11 +0200 Subject: [PATCH] add hedgedoc --- docs/apps/hedgedoc.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/apps/hedgedoc.md diff --git a/docs/apps/hedgedoc.md b/docs/apps/hedgedoc.md new file mode 100644 index 0000000..55bcdcd --- /dev/null +++ b/docs/apps/hedgedoc.md @@ -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 +``` \ No newline at end of file