feat(gatus): add custom appearance #131

Merged
wi11-holdsworth merged 1 commit from 129 into main 2026-03-07 13:35:42 +11:00
Showing only changes of commit a7b5995e01 - Show all commits

View file

@ -8,7 +8,18 @@ in
services = {
gatus = {
enable = true;
settings.web.port = port;
settings = {
ui = {
title = "Health Dashboard | Fi33Buzz";
description = "Fi33Buzz health dashboard";
dashboard-heading = "";
dashboard-subheading = "";
header = "Fi33Buzz Status";
link = "https://home.fi33.buzz/";
default-sort-by = "group";
};
web.port = port;
};
};
caddy.virtualHosts.${hostname}.extraConfig = ''