Commit Graph

3 Commits

Author SHA1 Message Date
Matt 49e5f4c43f Change Hub port from 3000 to 3847
Build and Push Docker Image / lint-and-typecheck (push) Successful in 1m36s Details
Build and Push Docker Image / build (push) Successful in 3m36s Details
- Add HUB_PORT variable to .env.example
- Update docker-compose.yml to use configurable port
- Update nginx config to proxy to port 3847

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 14:30:45 +01:00
Matt 71ddeacac2 Fix nginx config for certbot workflow
Build and Push Docker Image / lint-and-typecheck (push) Successful in 1m35s Details
Build and Push Docker Image / build (push) Has been cancelled Details
- Remove SSL block that referenced non-existent certificates
- HTTP-only config passes nginx -t before certbot
- Certbot --nginx will add SSL configuration automatically

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 14:28:37 +01:00
Matt 622d9f4d2e feat: Add Nginx config for Hub reverse proxy
Build and Push Docker Image / lint-and-typecheck (push) Successful in 1m29s Details
Build and Push Docker Image / build (push) Successful in 3m42s Details
- nginx/hub.conf with SSL, headers, and SSE support
- Bind port 3000 to localhost only (Nginx proxies)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 13:24:18 +01:00