docs(deploy): target arbpulse.wayool.com via Cloudflare DNS-only

Set DOMAIN default to arbpulse.wayool.com and document the Cloudflare DNS setup (grey-cloud / DNS-only) so Caddy HTTP-01 and SSE work without proxy buffering.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Mauricio Barragan
2026-07-16 13:25:21 -06:00
parent 3c7c3593ba
commit 80413a3af4
2 changed files with 22 additions and 4 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
# Copy to ./.env on the VPS and fill in. Never commit the real .env.
# Domain for Caddy automatic HTTPS. Point its DNS A record to this VPS IP first.
DOMAIN=arbpulse.example.com
# Domain for Caddy automatic HTTPS. Its Cloudflare DNS A record must point to this
# VPS IP as "DNS only" (grey cloud) so Caddy can issue the Let's Encrypt cert and
# SSE (/api/stream) is not buffered by Cloudflare's proxy.
DOMAIN=arbpulse.wayool.com
NODE_ENV=production
PORT=8080