From 3b5258646f1a66bb7da76e1d94512b84aa874c88 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Thu, 9 Oct 2025 23:52:00 -0500 Subject: [PATCH] remove auth from shared routes --- hosts/h001/mods/trilium.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/h001/mods/trilium.nix b/hosts/h001/mods/trilium.nix index ff7cb20..c3394cf 100644 --- a/hosts/h001/mods/trilium.nix +++ b/hosts/h001/mods/trilium.nix @@ -53,6 +53,14 @@ in recommendedProxySettings = true; proxyPass = "http://127.0.0.1:9111"; }; + "/share" = { + proxyWebsockets = true; + recommendedProxySettings = true; + proxyPass = "http://127.0.0.1:9111"; + extraConfig = '' + auth_request off; + ''; + }; }; }; # TODO revisit, am I going to use the native app or web version