heather: set HOMEPAGE_ALLOWED_HOSTS for host validation

This commit is contained in:
mikl 2026-07-13 03:09:18 +03:00
parent 6e84e26d2d
commit d3d132e225

View file

@ -394,7 +394,7 @@ in
"${homepageBookmarksYaml}:/app/config/bookmarks.yaml:ro"
];
service.environment = {
BASE_URL = "https://home.iscg.dev";
HOMEPAGE_ALLOWED_HOSTS = "home.iscg.dev";
};
};