Drops the code-server stack entirely and its PulseNode bookmark/env reference. Adds vpinball.pivoine.art to the PulseNode Web Apps list. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
11 lines
483 B
Bash
11 lines
483 B
Bash
# 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_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
|