From 9c993a8f934aea43c1faebfadfd38f9aab67cccf Mon Sep 17 00:00:00 2001 From: Lzebulon Date: Sat, 2 Aug 2025 18:07:23 +0200 Subject: [PATCH] un commit de plus --- hosts/vm/collabora/collabora.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/vm/collabora/collabora.nix b/hosts/vm/collabora/collabora.nix index b2b4abc..c6b15ef 100644 --- a/hosts/vm/collabora/collabora.nix +++ b/hosts/vm/collabora/collabora.nix @@ -35,6 +35,12 @@ proxyWebsockets = true; # collabora a besoin des websockets }; }; + "collabora.adm.crans.org" = { + locations."/" = { + proxyPass = "http://localhost:${toString config.services.collabora-online.port}"; + proxyWebsockets = true; # collabora a besoin des websockets + }; + }; }; }; }