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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user