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.
This commit is contained in:
2026-08-17 21:23:21 +02:00
parent 336a5e46b8
commit ad245518ba
+5 -1
View File
@@ -5,7 +5,7 @@ theme:
mode: dark mode: dark
groups: groups:
- name: Services - name: Infra
widgets: widgets:
- type: system - type: system
interval: 5s interval: 5s
@@ -13,8 +13,12 @@ groups:
- type: traefik - type: traefik
name: Traefik name: Traefik
apiUrl: http://traefik:8080/api apiUrl: http://traefik:8080/api
icon: traefik
href: https://${TRAEFIK_HOST_TRAEFIK}
interval: 15s interval: 15s
- name: Services
widgets:
- type: service - type: service
service: coolify service: coolify
name: Coolify name: Coolify