From ebb066c027fa7af8bf262305ea23b42cd8acffad Mon Sep 17 00:00:00 2001 From: Jonas Gaffke Date: Thu, 24 Aug 2023 16:25:15 +0200 Subject: [PATCH] enable free url --- modules/hedgedoc.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hedgedoc.nix b/modules/hedgedoc.nix index a8602cc..cba0bb7 100644 --- a/modules/hedgedoc.nix +++ b/modules/hedgedoc.nix @@ -20,6 +20,7 @@ in hedgedoc = { enable = true; settings = { + allowFreeURL = true; port = 3002; domain = "${domain}"; protocolUseSSL = true;