feat(gatus): add custom appearance #130

Closed
wi11-holdsworth wants to merge 1 commit from 124 into main

View file

@ -9,6 +9,18 @@ in
gatus = { gatus = {
enable = true; enable = true;
settings.web.port = port; 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 = '' caddy.virtualHosts.${hostname}.extraConfig = ''