From ad245518baef4285b2364b1016d9c9ec23840b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 17 Aug 2026 21:23:21 +0200 Subject: [PATCH] feat(pulsenode): split Infra/Services groups, add traefik icon+href Separates system/traefik (host+proxy infra) from the per-service widgets into their own group, and gives the traefik widget an icon and public dashboard link now that pulsenode's traefik widget supports both. --- pulsenode/config/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pulsenode/config/config.yml b/pulsenode/config/config.yml index 7d2136f..7930ae3 100644 --- a/pulsenode/config/config.yml +++ b/pulsenode/config/config.yml @@ -5,7 +5,7 @@ theme: mode: dark groups: - - name: Services + - name: Infra widgets: - type: system interval: 5s @@ -13,8 +13,12 @@ groups: - type: traefik name: Traefik apiUrl: http://traefik:8080/api + icon: traefik + href: https://${TRAEFIK_HOST_TRAEFIK} interval: 15s + - name: Services + widgets: - type: service service: coolify name: Coolify