final fix for collabora
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 11s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m30s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (push) Successful in 6m52s
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 6s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m11s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 6m7s

This commit is contained in:
ahuston-0 2025-03-02 19:53:42 -05:00
parent 1f09a69856
commit 73406a8be3
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -64,18 +64,15 @@ in
aliasgroup2 = "https://nextcloud.alicehuston.xyz:443"; aliasgroup2 = "https://nextcloud.alicehuston.xyz:443";
aliasgroup3 = "https://.*:443"; aliasgroup3 = "https://.*:443";
extra_params = "--o:ssl.enable=false --o:ssl.termination=true"; 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 = [ environmentFiles = [
config.sops.secrets."docker/collabora".path config.sops.secrets."docker/collabora".path
]; ];
extraOptions = [ extraOptions = [
"--network=haproxy-net" "--network=haproxy-net"
"--cap-add=MKNOD" "--privileged"
]; ];
ports = [ "9980:80" ]; ports = [ "9980:9980" ];
}; };
}; };