feat(homepage-dashboard): reintroduce path option

This commit is contained in:
2025-10-15 17:49:30 +02:00
parent 113892b75d
commit 8fd2a7d9ad

View File

@@ -117,8 +117,8 @@ in {
"${service.homepage.name}" = {
icon = service.homepage.icon;
description = service.homepage.description;
href = "https://${domain}";
siteMonitor = "https://${domain}";
href = "https://${service.subdomain}.${domain}${service.homepage.path or ""}";
siteMonitor = "https://${service.subdomain}.${domain}${x.homepage.path or ""}";
};
});
})