From fd38db79c0f5a104711952544b6444ede04783f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 30 May 2021 10:13:34 +0200 Subject: [PATCH] fix(hedgedoc): reset state --- configs/hedgedoc.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/hedgedoc.nix b/configs/hedgedoc.nix index fabae3c..9ecbb84 100644 --- a/configs/hedgedoc.nix +++ b/configs/hedgedoc.nix @@ -12,12 +12,12 @@ services.hedgedoc = { enable = true; configuration = { - allowAnonymous = false; + allowAnonymous = true; allowGravatar = false; + allowFreeURL = true; db = { dialect = "sqlite"; - storage = "/var/lib/codimd/db.codimd.sqlite"; - useCDN = false; + storage = "/var/lib/codimd/state.sqlite"; }; port = 3091; };