Add Uptime Kuma to Kubernetes

This commit is contained in:
Greg Hellings
2025-11-27 01:20:09 -06:00
parent 0a887d8cad
commit 4620265ead
8 changed files with 96 additions and 1 deletions
+5 -1
View File
@@ -150,7 +150,11 @@ in
"app.update.auto" = false;
"browser.ctrlTab.sortByRecentlyUsed" = true;
"browser.startup.page" = 3;
"browser.startup.homepage" = "https://thehellings.com";
"browser.startup.homepage" =
if pkgs.stdenv.hostPlatform.isDarwin then
"https://thehellings.com"
else
"https://kuma.shire-zebra.ts.net/";
"doh-rollout.doorhanger-decision" = "UIDisabled";
"doh-rollout.doneFirstRun" = true;
"signon.rememberSignons" = false;
+4
View File
@@ -253,6 +253,10 @@
name = "Smokeping";
url = "https://ping.shire-zebra.ts.net/smokeping/smokeping.cgi";
}
{
name = "Uptime Kuma";
url = "https://kuma.shire-zebra.ts.net";
}
];
}
{