Skip to main content

Cloudflare — DNS Map

Complete DNS record mapping for all EchoHuman and hosted domains.

echohuman.org Records

TypeNameValueProxiedTTLPurpose
Acrm65.108.159.249YesAutoEchoHuman Twenty CRM
Aanalytics65.108.159.249YesAutoMatomo Analytics
Adocsaurus65.108.159.249YesAutoDocusaurus documentation

lifehousestroud.org.uk Records

TypeNameValueProxiedTTLPurpose
Acrm65.108.159.249YesAutoLifehouse Twenty CRM

Record Routing

All A records point to Helsinki2 public IP 65.108.159.249, which routes to CT101 Caddy reverse proxy.

CT101 Caddy then routes by hostname to:

  • crm.echohuman.org → VM700:7010 (EchoHuman Twenty)
  • analytics.echohuman.org → VM700:7020 (Matomo)
  • docsaurus.echohuman.org → VM700:7030 (Docusaurus)
  • crm.lifehousestroud.org.uk → VM700:3000 (Lifehouse Twenty)

Notes

  • All records are Cloudflare-proxied (orange cloud)
  • TTL is automatic when proxy is enabled
  • No CNAME records needed — all use A records
  • Cloudflare handles certificate provisioning automatically

Adding a DNS Record

  1. Log into Cloudflare dashboard
  2. Select domain
  3. Go to DNS tab
  4. Click "Add record"
  5. Type: A
  6. Name: subdomain (e.g., "newservice")
  7. IPv4 address: 65.108.159.249
  8. Proxy status: Proxied (orange cloud)
  9. Save
  10. Add route in CT101 Caddyfile
  11. Reload Caddy: pct exec 101 -- systemctl reload caddy
  12. Test: curl -I https://newservice.echohuman.org
  13. Update this documentation