From 191131517870dc8b3db6472ff77bf072fd3eae68 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 14:36:37 -0500 Subject: [PATCH] 298 current 2025-10-11 14:26:58 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/glance/default.nix | 52 --------------------- 1 file changed, 52 deletions(-) diff --git a/modules/homelab/services/glance/default.nix b/modules/homelab/services/glance/default.nix index 557a344..9436a90 100644 --- a/modules/homelab/services/glance/default.nix +++ b/modules/homelab/services/glance/default.nix @@ -140,57 +140,6 @@ in # { title = "bazarr"; url = "http://10.10.0.30:3838"; icon = "di:bazarr"; } # ]; } - { - type = "monitor"; - cache = "1m"; - title = "services"; - sites = [ - { title = "immich"; url = "https://pics.blakedheld.xyz"; icon = "di:immich"; } - { title = "vaultwarden"; url = "https://pass.blakedheld.xyz"; icon = "di:vaultwarden"; } - { title = "gitea"; url = "https://git.blakedheld.xyz"; icon = "di:gitea"; } - { title = "home assistant"; url = "https://home.blakedheld.xyz"; icon = "di:home-assistant"; } - { title = "zigbee2mqtt"; url = "http://10.10.0.30:4142"; icon = "di:zigbee2mqtt"; } - { title = "syncthing"; url = "http://10.10.0.20:2222"; icon = "di:syncthing"; } - { title = "archivebox"; url = "http://10.10.0.30:5656"; icon = "sh:archivebox"; } - { title = "copyparty"; url = "http://10.10.0.20:3923"; icon = "sh:copyparty"; } - ]; - } - { - type = "monitor"; - cache = "1m"; - title = "system"; - sites = [ - { title = "proxmox"; url = "http://10.10.0.10:8006"; icon = "di:proxmox"; allow-insecure = true; } - { title = "nginx"; url = "http://10.10.0.30:8080"; icon = "di:nginx"; } - { title = "uptime kuma"; url = "http://10.10.0.30:8181"; icon = "di:uptime-kuma"; } - { title = "tn holocron"; url = "https://10.10.0.20"; icon = "di:truenas"; allow-insecure = true; } - { title = "bebe"; url = "https://10.10.0.1"; icon = "di:unifi"; allow-insecure = true; } - ]; - } - ]; - } - { - size = "small"; - widgets = [ - { type = "weather"; location = "Pearland, Texas, United States"; units = "imperial"; hour-format = "24h"; } - { - type = "markets"; - markets = [ - { symbol = "SPY"; name = "S&P 500"; } - { symbol = "XMR-USD"; name = "Monero"; } - { symbol = "NVDA"; name = "NVIDIA"; } - { symbol = "AAPL"; name = "Apple"; } - { symbol = "MSFT"; name = "Microsoft"; } - ]; - } - { - type = "releases"; - cache = "1d"; - repositories = [ - "glanceapp/glance" - "go-gitea/gitea" - "immich-app/immich" - "syncthing/syncthing" ]; } ]; @@ -199,7 +148,6 @@ in } ]; }; - };