Merge pull request #131 from wi11-holdsworth/129
feat(gatus): add custom appearance
This commit is contained in:
commit
a89d9a1952
1 changed files with 12 additions and 1 deletions
|
|
@ -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 = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue