From 37a5856d4044fb6de56639d65b7fb6aff85ace90 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 2 Mar 2025 17:57:13 -0500 Subject: [PATCH] aliasgroup expansion --- systems/palatine-hill/docker/nextcloud.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/systems/palatine-hill/docker/nextcloud.nix b/systems/palatine-hill/docker/nextcloud.nix index ddd34c6..3a3f753 100644 --- a/systems/palatine-hill/docker/nextcloud.nix +++ b/systems/palatine-hill/docker/nextcloud.nix @@ -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 = [