From 672e2fb3b8d581ae68c480009ffbe341edbc4d69 Mon Sep 17 00:00:00 2001 From: kelin Date: Thu, 15 Jan 2026 21:45:14 -0500 Subject: [PATCH] Update homepage config template to include manual changes - Reorganized sections to match deployed configuration - Moved Dashboards under Core section - Added Monitoring section with Grafana, Prometheus, etc. - Added VPN Protected section with gluetun and qBittorrent - Added Transcoders section with Tdarr - Moved VS Code Server to Infrastructure section - Removed duplicate Monitoring Stack section --- config-templates/homepage/services.yaml | 129 ++++++++++++++---------- 1 file changed, 73 insertions(+), 56 deletions(-) diff --git a/config-templates/homepage/services.yaml b/config-templates/homepage/services.yaml index b75fdf4..82d4dc2 100644 --- a/config-templates/homepage/services.yaml +++ b/config-templates/homepage/services.yaml @@ -1,19 +1,6 @@ --- # Currently Installed Services - Grouped by Stack -- Dashboards: - - Homepage: - icon: homepage.png - href: https://home.kelin-casa.duckdns.org - description: This Dashboard - container: homepage - - - Homarr: - icon: homarr.png - href: https://homarr.kelin-casa.duckdns.org - description: Alternative Dashboard - container: homarr - - Core: - Dockge: icon: dockge.png @@ -32,8 +19,27 @@ href: https://auth.kelin-casa.duckdns.org description: Authentication Portal container: authelia + + - Dashboards: + - Homepage: + icon: homepage.png + href: https://home.kelin-casa.duckdns.org + description: This Dashboard + container: homepage + + - Homarr: + icon: homarr.png + href: https://homarr.kelin-casa.duckdns.org + description: Alternative Dashboard + container: homarr - Infrastructure: + - VS Code Server: + icon: vscode.png + href: https://code.kelin-casa.duckdns.org + description: Browser-based IDE + container: code-server + - Dozzle: icon: dozzle.png href: https://dozzle.kelin-casa.duckdns.org @@ -52,6 +58,40 @@ description: Network-wide Ad Blocking container: pihole +- Monitoring: + - Grafana: + icon: grafana.png + href: https://grafana.kelin-casa.duckdns.org + description: Metrics Dashboard + container: grafana + + - Prometheus: + icon: prometheus.png + href: https://prometheus.kelin-casa.duckdns.org + description: Metrics Collection + container: prometheus + + - Uptime Kuma: + icon: uptime-kuma.png + href: https://uptime-kuma.kelin-casa.duckdns.org + description: Uptime Monitoring + container: uptime-kuma + + - Loki: + icon: loki.png + href: https://loki.kelin-casa.duckdns.org + description: Log Aggregation + container: loki + + - cAdvisor: + icon: cadvisor.png + href: https://cadvisor.kelin-casa.duckdns.org + description: Container Metrics + container: cadvisor + href: https://pihole.kelin-casa.duckdns.org + description: Network-wide Ad Blocking + container: pihole + # Available to Install - Grouped by Stack - Media: @@ -110,18 +150,6 @@ description: Comics Manager container: mylar3 - - qBittorrent: - icon: qbittorrent.png - href: https://qbit.kelin-casa.duckdns.org - description: Torrent Client - container: qbittorrent - - - Tdarr: - icon: tdarr.png - href: https://tdarr.kelin-casa.duckdns.org - description: Media Transcoding - container: tdarr - - Home Automation: - Home Assistant: icon: home-assistant.png @@ -190,37 +218,6 @@ description: CMS Platform container: wordpress -- Monitoring Stack: - - Grafana: - icon: grafana.png - href: https://grafana.kelin-casa.duckdns.org - description: Metrics Dashboard - container: grafana - - - Prometheus: - icon: prometheus.png - href: https://prometheus.kelin-casa.duckdns.org - description: Metrics Collection - container: prometheus - - - Uptime Kuma: - icon: uptime-kuma.png - href: https://uptime-kuma.kelin-casa.duckdns.org - description: Uptime Monitoring - container: uptime-kuma - - - Loki: - icon: loki.png - href: https://loki.kelin-casa.duckdns.org - description: Log Aggregation - container: loki - - - cAdvisor: - icon: cadvisor.png - href: https://cadvisor.kelin-casa.duckdns.org - description: Container Metrics - container: cadvisor - - Development: - VS Code Server: icon: vscode.png @@ -246,6 +243,26 @@ description: PostgreSQL Admin container: pgadmin +- VPN Protected: + - gluetun: + icon: gluetun.png + href: https://home.kelin-casa.duckdns.org + description: VPN Client + container: gluetun + - Downloaders: + - qBittorrent: + icon: qbittorrent.png + href: https://qbit.kelin-casa.duckdns.org + description: Torrent Client + container: qbittorrent + +- Transcoders: + - Tdarr: + icon: tdarr.png + href: https://tdarr.kelin-casa.duckdns.org + description: Media Transcoding + container: tdarr + - Utilities: - Backrest: icon: mdi-backup-restore