From 73406a8be3306c3888f80bc2283eee934091a305 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 2 Mar 2025 19:53:42 -0500 Subject: [PATCH] final fix for collabora --- systems/palatine-hill/docker/nextcloud.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/systems/palatine-hill/docker/nextcloud.nix b/systems/palatine-hill/docker/nextcloud.nix index 11229ef..daa97c5 100644 --- a/systems/palatine-hill/docker/nextcloud.nix +++ b/systems/palatine-hill/docker/nextcloud.nix @@ -64,18 +64,15 @@ in aliasgroup2 = "https://nextcloud.alicehuston.xyz:443"; aliasgroup3 = "https://.*:443"; extra_params = "--o:ssl.enable=false --o:ssl.termination=true"; - server_name = "collabora.nayeonie.com"; - domain = "nextcloud\.alicehuston\.xyz|nextcloud\.nayeonie\.com"; - DONT_GEN_SSL_CERT = "1"; }; environmentFiles = [ config.sops.secrets."docker/collabora".path ]; extraOptions = [ "--network=haproxy-net" - "--cap-add=MKNOD" + "--privileged" ]; - ports = [ "9980:80" ]; + ports = [ "9980:9980" ]; }; };