From c20410392c1f6e32b66e48870dcd8a8058c43ce9 Mon Sep 17 00:00:00 2001 From: Ethan Turkeltaub Date: Sat, 3 Jan 2026 11:51:21 -0500 Subject: [PATCH] Add Actual Budget to Glance/Gatus --- modules/profiles/observability/gatus/default.nix | 5 +++++ modules/profiles/services/glance/default.nix | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/modules/profiles/observability/gatus/default.nix b/modules/profiles/observability/gatus/default.nix index 69d5c3c..f3af925 100644 --- a/modules/profiles/observability/gatus/default.nix +++ b/modules/profiles/observability/gatus/default.nix @@ -296,6 +296,11 @@ in { config, lib, ... }: { group = "Matrix"; protected = true; }) + (mkEndpoint { + name = "Actual Budget"; + url = "https://actual.e10.camp"; + group = "Matrix"; + }) (mkEndpoint { name = "Bichon"; url = "https://bichon.e10.camp"; diff --git a/modules/profiles/services/glance/default.nix b/modules/profiles/services/glance/default.nix index 561450f..b82fb16 100644 --- a/modules/profiles/services/glance/default.nix +++ b/modules/profiles/services/glance/default.nix @@ -42,6 +42,11 @@ }; }; in [ + (mkSite { + title = "Actual Budget"; + url = "https://actual.e10.camp"; + icon = "di:actual-budget"; + }) (mkSite { title = "Authelia"; url = "https://auth.e10.camp"; @@ -73,6 +78,7 @@ title = "Change Detection"; url = "https://change-detection.e10.camp"; icon = "di:changedetection"; + basicAuth = true; }) (mkSite { title = "e10.land"; @@ -224,10 +230,6 @@ } ]; } - { - type = "calendar"; - first-day-of-week = "sunday"; - } { type = "weather"; units = "imperial";