From 356ba16c888cdb92118ed540dace1eacd8df57af Mon Sep 17 00:00:00 2001 From: Justin Deal Date: Sat, 3 May 2025 20:30:51 -0700 Subject: [PATCH] Add Umami Service --- src/pages/homelab/services.ts | 37 ++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/src/pages/homelab/services.ts b/src/pages/homelab/services.ts index d1c245a..80555ac 100644 --- a/src/pages/homelab/services.ts +++ b/src/pages/homelab/services.ts @@ -41,13 +41,6 @@ export const services: ServiceCategory = { alt: "Searxng", tags: ["search", "privacy", "metasearch"] }, - { - name: "TeslaMate", - link: "https://tesla.justin.deal", - icon: "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/teslamate.svg", - alt: "TeslaMate", - tags: [] - }, { name: "BaiKal", link: "https://dav.justin.deal", @@ -102,6 +95,29 @@ export const services: ServiceCategory = { tags: [] } ], + Analytics: [ + { + name: "Uptime Kuma", + link: "https://status.justin.deal", + icon: "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/uptime-kuma.svg", + alt: "Uptime Kuma", + tags: [] + }, + { + name: "Umami", + link: "https://analytics.justin.deal", + icon: "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/umami.svg", + alt: "Umami", + tags: [] + }, + { + name: "TeslaMate", + link: "https://tesla.justin.deal", + icon: "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/teslamate.svg", + alt: "TeslaMate", + tags: [] + }, + ], Infrastructure: [ { name: "Pi-hole", @@ -124,13 +140,6 @@ export const services: ServiceCategory = { alt: "Vaultwarden", tags: [] }, - { - name: "Uptime Kuma", - link: "https://status.justin.deal", - icon: "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/uptime-kuma.svg", - alt: "Uptime Kuma", - tags: [] - }, { name: "Authentik", link: "https://auth.justin.deal",