From 5703446cecbf34360eed9d6794681c0c04f983a1 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 10 Oct 2024 20:12:03 -0400 Subject: [PATCH] Infini-DL360/hedgedoc: fix port collision --- hosts/Infini-DL360/hedgedoc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-DL360/hedgedoc.nix b/hosts/Infini-DL360/hedgedoc.nix index d4c37be..19737f0 100644 --- a/hosts/Infini-DL360/hedgedoc.nix +++ b/hosts/Infini-DL360/hedgedoc.nix @@ -10,7 +10,7 @@ in settings = { inherit domain; protocolUseSSL = true; - port = 3003; + port = 4003; db = { dialect = "sqlite"; storage = "/srv/hedgedoc/db.sqlite"; }; uploadsPath = "/srv/hedgedoc/uploads";