From b135e301f1b2baceb9700048e1ced54bc1e66401 Mon Sep 17 00:00:00 2001 From: satr14 Date: Fri, 1 May 2026 08:18:29 +0700 Subject: [PATCH] fix cryptpad websocket port --- modules/system/homelab/docs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/homelab/docs.nix b/modules/system/homelab/docs.nix index aa355c5..a8126b0 100644 --- a/modules/system/homelab/docs.nix +++ b/modules/system/homelab/docs.nix @@ -1,11 +1,11 @@ { homelab, ... }: let domain = "docs.${homelab.domain}"; sandbox = "docs-sandbox.${homelab.domain}"; - data-dir = "/mnt/data/apps/cryptpad"; in { services.cryptpad = { enable = true; settings = { + websocketPort = 7091; httpPort = 7090; httpAddress = "127.0.0.1"; httpUnsafeOrigin = "https://${domain}";