feat(gatus): add custom appearance

This commit is contained in:
Will Holdsworth 2026-03-07 13:35:14 +11:00
parent c30348d810
commit a7b5995e01
Signed by: will-holdsworth
SSH key fingerprint: SHA256:Ykee8aymMJNAiYeeEmiwcIzkA1wgd4v8OZcWGxjq12c

View file

@ -8,7 +8,18 @@ in
services = { services = {
gatus = { gatus = {
enable = true; 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 = '' caddy.virtualHosts.${hostname}.extraConfig = ''