sync pulsenode config.yml: brand icons, drop stale accent override
Mirrors the pulsenode app repo's updated config.yml (v0.3.0): removes the leftover --pn-accent: #38bdf8 override that was masking the new neon-green default, and adds icon: entries for every service that has a brand match in lib/brand-icons.ts.
This commit is contained in:
@@ -3,8 +3,6 @@ settings:
|
|||||||
|
|
||||||
theme:
|
theme:
|
||||||
mode: dark
|
mode: dark
|
||||||
variables:
|
|
||||||
--pn-accent: "#38bdf8"
|
|
||||||
|
|
||||||
# Manual widgets below always take precedence over an auto-discovered one for
|
# Manual widgets below always take precedence over an auto-discovered one for
|
||||||
# the same container - this is on as a safety net for anything added to
|
# the same container - this is on as a safety net for anything added to
|
||||||
@@ -21,6 +19,7 @@ groups:
|
|||||||
- type: docker
|
- type: docker
|
||||||
name: Traefik
|
name: Traefik
|
||||||
containerName: traefik
|
containerName: traefik
|
||||||
|
icon: traefik
|
||||||
interval: 10s
|
interval: 10s
|
||||||
# No href: the dashboard is disabled (--api.dashboard=false).
|
# No href: the dashboard is disabled (--api.dashboard=false).
|
||||||
# Swap for a `traefik` widget (router/entrypoint/middleware view)
|
# Swap for a `traefik` widget (router/entrypoint/middleware view)
|
||||||
@@ -29,6 +28,7 @@ groups:
|
|||||||
- type: docker
|
- type: docker
|
||||||
name: Coolify
|
name: Coolify
|
||||||
containerName: coolify
|
containerName: coolify
|
||||||
|
icon: coolify
|
||||||
href: https://${TRAEFIK_HOST_COOLIFY}
|
href: https://${TRAEFIK_HOST_COOLIFY}
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|
||||||
@@ -37,12 +37,14 @@ groups:
|
|||||||
- type: docker
|
- type: docker
|
||||||
name: Gitea
|
name: Gitea
|
||||||
containerName: gitea
|
containerName: gitea
|
||||||
|
icon: gitea
|
||||||
href: https://${TRAEFIK_HOST_GITEA}
|
href: https://${TRAEFIK_HOST_GITEA}
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|
||||||
- type: docker
|
- type: docker
|
||||||
name: Gitea Runner
|
name: Gitea Runner
|
||||||
containerName: gitea_runner
|
containerName: gitea_runner
|
||||||
|
icon: gitea
|
||||||
showStats: true
|
showStats: true
|
||||||
interval: 15s
|
interval: 15s
|
||||||
|
|
||||||
@@ -57,35 +59,41 @@ groups:
|
|||||||
- type: docker
|
- type: docker
|
||||||
name: Immich
|
name: Immich
|
||||||
containerName: immich
|
containerName: immich
|
||||||
|
icon: immich
|
||||||
href: https://${TRAEFIK_HOST_IMMICH}
|
href: https://${TRAEFIK_HOST_IMMICH}
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|
||||||
- type: docker
|
- type: docker
|
||||||
name: Immich ML
|
name: Immich ML
|
||||||
containerName: immich_ml
|
containerName: immich_ml
|
||||||
|
icon: immich
|
||||||
interval: 15s
|
interval: 15s
|
||||||
|
|
||||||
- type: docker
|
- type: docker
|
||||||
name: n8n
|
name: n8n
|
||||||
containerName: n8n
|
containerName: n8n
|
||||||
|
icon: n8n
|
||||||
href: https://${TRAEFIK_HOST_N8N}
|
href: https://${TRAEFIK_HOST_N8N}
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|
||||||
- type: docker
|
- type: docker
|
||||||
name: Passbolt
|
name: Passbolt
|
||||||
containerName: passbolt
|
containerName: passbolt
|
||||||
|
icon: passbolt
|
||||||
href: https://${TRAEFIK_HOST_PASSBOLT}
|
href: https://${TRAEFIK_HOST_PASSBOLT}
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|
||||||
- type: docker
|
- type: docker
|
||||||
name: Umami
|
name: Umami
|
||||||
containerName: umami
|
containerName: umami
|
||||||
|
icon: umami
|
||||||
href: https://${TRAEFIK_HOST_UMAMI}
|
href: https://${TRAEFIK_HOST_UMAMI}
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|
||||||
- type: docker
|
- type: docker
|
||||||
name: Headscale
|
name: Headscale
|
||||||
containerName: headscale
|
containerName: headscale
|
||||||
|
icon: headscale
|
||||||
href: https://${TRAEFIK_HOST_HEADSCALE}
|
href: https://${TRAEFIK_HOST_HEADSCALE}
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user