Files
stacks/pulsenode/config/config.yml
T

116 lines
3.0 KiB
YAML
Raw Normal View History

2026-08-17 15:42:08 +02:00
settings:
title: PulseNode
theme:
mode: dark
groups:
- name: System
2026-08-17 15:42:08 +02:00
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: 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: vpinball.pivoine.art
href: https://vpinball.pivoine.art
- name: Services
widgets:
- type: service
service: traefik
2026-08-17 15:42:08 +02:00
name: Traefik
containerName: traefik
icon: traefik
href: https://${TRAEFIK_HOST_TRAEFIK}
interval: 15s
2026-08-17 15:42:08 +02:00
- type: service
service: coolify
2026-08-17 15:42:08 +02:00
name: Coolify
containerName: coolify
icon: coolify
2026-08-17 15:42:08 +02:00
href: https://${TRAEFIK_HOST_COOLIFY}
apiToken: ${COOLIFY_API_TOKEN}
interval: 15s
2026-08-17 15:42:08 +02:00
- type: service
service: gitea
2026-08-17 15:42:08 +02:00
name: Gitea
containerName: gitea
icon: gitea
2026-08-17 15:42:08 +02:00
href: https://${TRAEFIK_HOST_GITEA}
username: Valknar
apiToken: ${GITEA_API_TOKEN}
interval: 15s
2026-08-17 15:42:08 +02:00
- type: service
service: immich
2026-08-17 15:42:08 +02:00
name: Immich
containerName: immich
icon: immich
2026-08-17 15:42:08 +02:00
href: https://${TRAEFIK_HOST_IMMICH}
apiKey: ${IMMICH_API_KEY}
interval: 15s
2026-08-17 15:42:08 +02:00
- type: service
service: n8n
2026-08-17 15:42:08 +02:00
name: n8n
containerName: n8n
icon: n8n
2026-08-17 15:42:08 +02:00
href: https://${TRAEFIK_HOST_N8N}
apiKey: ${N8N_API_KEY}
interval: 15s
2026-08-17 15:42:08 +02:00
- type: service
service: headscale
2026-08-17 15:42:08 +02:00
name: Headscale
containerName: headscale
icon: headscale
2026-08-17 15:42:08 +02:00
href: https://${TRAEFIK_HOST_HEADSCALE}
apiToken: ${HEADSCALE_API_TOKEN}
interval: 15s