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