Files
stacks/pulsenode/config/config.yml
T
valknarandClaude Sonnet 5 d80358e238 fix(pulsenode): use coder icon for Code Server, globe for Web Apps
Requires pulsenode v0.4.5 (BrandIcon's new "globe" generic icon and
the coder brand icon).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WpxhtQY3CExQdMs4j7MmJe
2026-08-18 10:31:43 +02:00

117 lines
3.0 KiB
YAML

settings:
title: PulseNode
theme:
mode: dark
groups:
- name: System
widgets:
- type: system
interval: 5s
- type: bookmark
name: Services
icon: docker
links:
- name: Traefik
href: https://${TRAEFIK_HOST_TRAEFIK}
icon: traefik
- name: Coolify
href: https://${TRAEFIK_HOST_COOLIFY}
icon: coolify
- name: Gitea
href: https://${TRAEFIK_HOST_GITEA}
icon: gitea
- name: Code Server
href: https://${TRAEFIK_HOST_CODE}
icon: coder
- name: Immich
href: https://${TRAEFIK_HOST_IMMICH}
icon: immich
- name: Passbolt
href: https://${TRAEFIK_HOST_PASSBOLT}
icon: passbolt
- name: Umami
href: https://${TRAEFIK_HOST_UMAMI}
icon: umami
- name: Headscale
href: https://${TRAEFIK_HOST_HEADSCALE}
icon: headscale
- name: n8n
href: https://${TRAEFIK_HOST_N8N}
icon: n8n
- type: bookmark
name: Web Apps
icon: globe
links:
- name: pivoine.art
href: https://pivoine.art
- name: bar.pivoine.art
href: https://bar.pivoine.art
- name: kit.pivoine.art
href: https://kit.pivoine.art
- name: worldcup.pivoine.art
href: https://worldcup.pivoine.art
- name: roux.pivoine.art
href: https://roux.pivoine.art
- name: triggershell.falcon.pivoine.art
href: https://triggershell.falcon.pivoine.art
- name: Services
widgets:
- type: service
service: traefik
name: Traefik
containerName: traefik
icon: traefik
href: https://${TRAEFIK_HOST_TRAEFIK}
interval: 15s
- type: service
service: coolify
name: Coolify
containerName: coolify
icon: coolify
href: https://${TRAEFIK_HOST_COOLIFY}
apiToken: ${COOLIFY_API_TOKEN}
interval: 15s
- type: service
service: gitea
name: Gitea
containerName: gitea
icon: gitea
href: https://${TRAEFIK_HOST_GITEA}
username: Valknar
apiToken: ${GITEA_API_TOKEN}
interval: 15s
- type: service
service: immich
name: Immich
containerName: immich
icon: immich
href: https://${TRAEFIK_HOST_IMMICH}
apiKey: ${IMMICH_API_KEY}
interval: 15s
- type: service
service: n8n
name: n8n
containerName: n8n
icon: n8n
href: https://${TRAEFIK_HOST_N8N}
apiKey: ${N8N_API_KEY}
interval: 15s
- type: service
service: headscale
name: Headscale
containerName: headscale
icon: headscale
href: https://${TRAEFIK_HOST_HEADSCALE}
apiToken: ${HEADSCALE_API_TOKEN}
interval: 15s