diff options
Diffstat (limited to 'devel-phases.md')
| -rw-r--r-- | devel-phases.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel-phases.md b/devel-phases.md index 5ca76fc..092d3aa 100644 --- a/devel-phases.md +++ b/devel-phases.md @@ -143,7 +143,9 @@ slowapi>=0.1 # rate limiting (FastAPI middleware) ### Phase 3 deployment details (meshbay.org) - PostgreSQL 16, user `meshbay`, DB `meshbay_hub` -- Caddy auto-handles Let's Encrypt for `meshbay.org` +- Caddy auto-handles Let's Encrypt for `meshbay.org` and `www.meshbay.org` +- `www.meshbay.org` → 301 redirect → `meshbay.org` +- TLS setup documented in `docs/HTTPS.md` - Hub listens on `127.0.0.1:8000`, Caddy proxies 80/443 - Systemd service: `meshbay-hub.service` (restart-on-failure) - Hub config: `~/.config/meshbay/hub.toml` |