Files
pulsenode/config/.env.example
T

12 lines
518 B
Bash
Raw Normal View History

2026-08-17 13:49:55 +02:00
# Public hostnames of the services PulseNode links to / monitors.
# These are not secrets, but keeping them here (rather than hardcoded in
# config.yml) means the same config.yml works across environments.
TRAEFIK_HOST_CODE=code.example.com
TRAEFIK_HOST_COOLIFY=coolify.example.com
TRAEFIK_HOST_GITEA=git.example.com
TRAEFIK_HOST_HEADSCALE=headscale.example.com
TRAEFIK_HOST_IMMICH=photos.example.com
TRAEFIK_HOST_N8N=n8n.example.com
TRAEFIK_HOST_PASSBOLT=passbolt.example.com
TRAEFIK_HOST_UMAMI=analytics.example.com