mirror of
https://github.com/mauricioabh/arbpulse.git
synced 2026-07-27 23:57:43 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user