add server_name
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 9s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m36s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Failing after 4m18s

This commit is contained in:
ahuston-0 2025-03-02 18:19:46 -05:00
parent 8afdc53a88
commit 47d09c399e
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -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" ];
};