From 2501ca380c1dbfe9b9035d572b98bc7169811c09 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 2 Mar 2025 17:49:00 -0500 Subject: [PATCH] switch collabora to ssl termination --- systems/palatine-hill/docker/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/docker/nextcloud.nix b/systems/palatine-hill/docker/nextcloud.nix index 9665c72..ddd34c6 100644 --- a/systems/palatine-hill/docker/nextcloud.nix +++ b/systems/palatine-hill/docker/nextcloud.nix @@ -61,7 +61,7 @@ in dependsOn = [ "nextcloud" ]; environment = { aliasgroup1 = "https://collabora.nayenoie.com"; - extra_params = "--o:ssl.enable=true"; + extra_params = "--o:ssl.enable=false --o:ssl.termination=true"; }; environmentFiles = [ config.sops.secrets."docker/collabora".path