From 4ffa078da0c1d121ff3d362ee7c4f7db9aa3aab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 17 Aug 2026 21:34:36 +0200 Subject: [PATCH] feat(pulsenode): move traefik into Services as a service widget Matches pulsenode v0.4.3, which folded the dedicated traefik widget type into the same combined docker+API pattern as the other six services. No apiUrl needed anymore - base URL is derived from containerName like every other service widget. --- pulsenode/config/config.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pulsenode/config/config.yml b/pulsenode/config/config.yml index 7930ae3..96f099d 100644 --- a/pulsenode/config/config.yml +++ b/pulsenode/config/config.yml @@ -10,15 +10,16 @@ groups: - type: system interval: 5s - - type: traefik + - name: Services + widgets: + - type: service + service: traefik name: Traefik - apiUrl: http://traefik:8080/api + containerName: traefik icon: traefik href: https://${TRAEFIK_HOST_TRAEFIK} interval: 15s - - name: Services - widgets: - type: service service: coolify name: Coolify