Add Uptime Kuma to Kubernetes
This commit is contained in:
+5
-1
@@ -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;
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user