Hostnames & routing
Operator reference for public hostnames and gateway routing. Canonical repo copy: docs/DOMAINS.md.
Public hostnames
| Hostname | Purpose |
|---|---|
cloud.breachfix.com | Gateway — marketing, dashboard, /v1, webhooks |
{serviceId}.breachfix.com | Per-service default URLs |
api.breachfix.com | BreachFix API (billing, auth) |
Environment variables
BREACHFIX_CLOUD_PUBLIC_URL=https://cloud.breachfix.com BREACHFIX_CLOUD_PUBLIC_DOMAIN=cloud.breachfix.com BREACHFIX_CLOUD_SERVICE_DOMAIN=breachfix.com BREACHFIX_CLOUD_EDGE_NETWORK=breachfix-net
Per-service routing
- Traffic arrives on
srv-*.breachfix.comvia Cloudflare tunnel wildcard - Gateway resolves hostname → service ID
- Reverse-proxy to live container
lc-{serviceId}onPORT(default 8080)
Gateway proxy is the active path; Traefik labels are reserved for a future edge option.
User-facing guide: Default service URLs.