From 0add4d32219ebeeb2f7fb49c5fab2cbc091a3c96 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Mon, 27 Jul 2026 23:08:59 +0100 Subject: [PATCH] chore: Refined services --- services/prod/home/config/services.yaml | 90 +++++++++++++++++++++---- services/prod/home/config/widgets.yaml | 6 -- 2 files changed, 76 insertions(+), 20 deletions(-) diff --git a/services/prod/home/config/services.yaml b/services/prod/home/config/services.yaml index bd94b7b..fb9f3b9 100644 --- a/services/prod/home/config/services.yaml +++ b/services/prod/home/config/services.yaml @@ -46,34 +46,96 @@ widget: type: traefik url: https://traefik.vpn.luke-else.co.uk - - Glances (prod): + - Glances (prod) - CPU: href: https://glances.luke-else.co.uk - description: Performance monitoring - prod - icon: mdi-chart-line - container: glances + description: CPU - prod + icon: mdi-cpu-64-bit widget: type: glances url: https://glances.luke-else.co.uk + version: 4 metric: cpu - chart: false - - Glances (dev): + chart: true + - Glances (prod) - RAM: + href: https://glances.luke-else.co.uk + description: RAM - prod + icon: mdi-memory + widget: + type: glances + url: https://glances.luke-else.co.uk + version: 4 + metric: memory + chart: true + - Glances (prod) - Containers: + href: https://glances.luke-else.co.uk + description: Containers - prod + icon: mdi-containers + widget: + type: glances + url: https://glances.luke-else.co.uk + version: 4 + metric: containers + chart: true + - Glances (dev) - CPU: href: https://glances.cicd.luke-else.co.uk - description: Performance monitoring - dev - icon: mdi-chart-line + description: CPU - dev + icon: mdi-cpu-64-bit widget: type: glances url: https://glances.cicd.luke-else.co.uk + version: 4 metric: cpu - chart: false - - Glances (vpn): + chart: true + - Glances (dev) - RAM: + href: https://glances.cicd.luke-else.co.uk + description: RAM - dev + icon: mdi-memory + widget: + type: glances + url: https://glances.cicd.luke-else.co.uk + version: 4 + metric: memory + chart: true + - Glances (dev) - Containers: + href: https://glances.cicd.luke-else.co.uk + description: Containers - dev + icon: mdi-containers + widget: + type: glances + url: https://glances.cicd.luke-else.co.uk + version: 4 + metric: containers + chart: true + - Glances (vpn) - CPU: href: https://glances.vpn.luke-else.co.uk - description: Performance monitoring - vpn - icon: mdi-chart-line + description: CPU - vpn + icon: mdi-cpu-64-bit widget: type: glances url: https://glances.vpn.luke-else.co.uk + version: 4 metric: cpu - chart: false + chart: true + - Glances (vpn) - RAM: + href: https://glances.vpn.luke-else.co.uk + description: RAM - vpn + icon: mdi-memory + widget: + type: glances + url: https://glances.vpn.luke-else.co.uk + version: 4 + metric: memory + chart: true + - Glances (vpn) - Containers: + href: https://glances.vpn.luke-else.co.uk + description: Containers - vpn + icon: mdi-containers + widget: + type: glances + url: https://glances.vpn.luke-else.co.uk + version: 4 + metric: containers + chart: true - Status page: href: https://status.luke-else.co.uk description: Status @@ -86,4 +148,4 @@ - Hetzner Cloud Console: href: https://console.hetzner.cloud/ description: Servers, networks, firewalls (OpenTofu-managed) - icon: mdi-cloud-outline + icon: mdi-cloud-outline \ No newline at end of file diff --git a/services/prod/home/config/widgets.yaml b/services/prod/home/config/widgets.yaml index 798bc09..85a6e52 100644 --- a/services/prod/home/config/widgets.yaml +++ b/services/prod/home/config/widgets.yaml @@ -1,9 +1,3 @@ -# Info bar widgets - stats for *this* host (prod), where home actually runs. -- resources: - label: prod - cpu: true - memory: true - disk: / - search: provider: duckduckgo target: _blank