From 0e3b820fd563280b11ff2264e0160ea47658fe29 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Thu, 11 Jun 2026 20:45:58 +0200 Subject: [PATCH] gaming --- nix/modules/hedgedoc/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/modules/hedgedoc/default.nix b/nix/modules/hedgedoc/default.nix index 40ca217..ad140cf 100644 --- a/nix/modules/hedgedoc/default.nix +++ b/nix/modules/hedgedoc/default.nix @@ -8,8 +8,9 @@ settings = { domain = "hedgedoc.noratrieb.dev"; allowAnonymous = false; + allowAnonymousEdits = false; protocolUseSSL = true; - enableUploads = "none"; + enableUploads = "registered"; #imageuploadtype = "minio"; # doesn't work yet :( minio = {