aliasgroup expansion
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 11s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m23s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Failing after 5m43s

This commit is contained in:
ahuston-0 2025-03-02 17:57:13 -05:00
parent 2501ca380c
commit 37a5856d40
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -60,7 +60,9 @@ in
image = "collabora/code:latest";
dependsOn = [ "nextcloud" ];
environment = {
aliasgroup1 = "https://collabora.nayenoie.com";
aliasgroup1 = "https://collabora.nayenoie.com:443";
aliasgroup2 = "https://nextcloud.alicehuston.xyz:443";
aliasgroup3 = "https://.*:443";
extra_params = "--o:ssl.enable=false --o:ssl.termination=true";
};
environmentFiles = [