Files
stacks/pulsenode/config/config.yml
T
valknarandClaude Sonnet 5 d9a0a902e3 feat(pulsenode): rename Infra to System, add Services/Web Apps quick-link bookmarks
Drop the standalone Code Server/Passbolt/Umami docker widgets in
favor of a compact multi-link bookmark card for every self-hosted
service, plus a second one linking out to the Coolify-hosted web
apps (pivoine.art, bar.pivoine.art, etc.). Requires pulsenode
v0.4.4+ for the bookmark widget's new `links` field.

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

116 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}
- 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: coolify
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