From 13a361112ee08ebde810ff637a9d7681a861d4ac Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Mon, 14 Sep 2026 14:59:24 -0700 Subject: [PATCH] [Homepage] Add required env-var for new version --- system/hosts/mcp/containers.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/hosts/mcp/containers.nix b/system/hosts/mcp/containers.nix index 192f350..d75b4ff 100644 --- a/system/hosts/mcp/containers.nix +++ b/system/hosts/mcp/containers.nix @@ -159,6 +159,7 @@ HOMEPAGE_FILE_SONARR_KEY = "/app/config/secrets/sonarr.key"; HOMEPAGE_FILE_READARR_KEY = "/app/config/secrets/readarr.key"; HOMEPAGE_FILE_DELUGE_PASSWORD = "/app/config/secrets/deluge.pass"; + HOMEPAGE_ALLOWED_HOSTS = "start.${havenisms}"; }; }; scrutiny = {