Summary: 7Mind’s Cloudflare setup — zones, routing, Workers, and Pages. Sources: TBD — fill from Cloudflare dashboard and Terraform configs Last updated: 2026-05-15
DNS Zones
TBD — list active zones (e.g. 7mind.de, 7mind.com) and what each one serves.
Routing Architecture
TBD — how does traffic get routed? Which subdomains go where?
- Web app: proxied to Cloudflare Pages
- API: proxied to GCP backend (via what? Load balancer IP? Cloud Run URL?)
- Any Cloudflare Workers sitting in the path?
Cloudflare Pages
- nuxt-website is deployed here.
- TBD — project name in Cloudflare Pages dashboard, build output directory, custom domain binding.
- TBD — preview deployments: are they enabled? What branches trigger them?
Cloudflare Workers
TBD — list any Workers in production and what they do (edge auth? redirects? A/B routing? request transformation?).
Cache Configuration
TBD — any custom cache rules, bypass headers, or cache TTL overrides worth noting.
Security
TBD — WAF rules, rate limiting, bot management, DDoS protection settings that are non-default.
Terraform
Cloudflare resources (DNS records, Page rules, etc.) are managed in terraform. Do not manually edit records that are tracked in Terraform.