summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
6 daysfeat: add scripts/deploy.sh for idempotent production deploysTyler Hoang
Handles first-time install (--install) and redeploys: pulls, builds backend and frontend as www-data with the required HOME/NPM_CONFIG_CACHE env, restarts systemd services, and smoke-checks /health and /. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
6 daysdocs: tighten README, AGENTS, CLAUDE with production deploy instructionsTyler Hoang
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-19Update production deployment templates and docsTyler Hoang
2026-05-19feat: add nginx config with /api/ proxy block for VPS deploymentTyler Hoang
Routes /api/ to the FastAPI backend (8001) so NEXT_PUBLIC_API_BASE_URL can be set to the public domain instead of localhost. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-19unified start/stop script and included systemd filesTyler Hoang
2026-05-17Add stack start and stop scriptsTyler Hoang