diff --git a/systems/palatine-hill/docker/nextcloud.nix b/systems/palatine-hill/docker/nextcloud.nix index 6b1dddf..8f85f81 100644 --- a/systems/palatine-hill/docker/nextcloud.nix +++ b/systems/palatine-hill/docker/nextcloud.nix @@ -64,13 +64,16 @@ 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" - "--privileged" + "--cap-add=MKNOD" ]; ports = [ "9980:80" ]; };