start.sh now generates proxy/caddy.json at launch time with Let's Encrypt automatic HTTPS (HTTP-01 or TLS-ALPN-01 challenge — no Cloudflare needed). Reads DOMAIN_SUFFIX and ACME_EMAIL from infra/.env before starting. Added infra/.env.example to document required vars.
7 lines
267 B
Text
7 lines
267 B
Text
# Copy to infra/.env and fill in before running ./start.sh
|
|
|
|
# Your domain — subdomains will be: <appname>.yourdomain.com
|
|
DOMAIN_SUFFIX=yourdomain.com
|
|
|
|
# Email for Let's Encrypt registration (not public, just for cert renewal notices).
|
|
ACME_EMAIL=you@yourdomain.com
|