diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-19 01:24:28 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-19 01:24:28 -0700 |
| commit | b50c46d5bdbb1bd5e06a96a66b0696c1145ff4a9 (patch) | |
| tree | d555699c4c8ad46c098032b7e6ac261782257b9c /README.md | |
| parent | 1b9d8f85d5c703106c78548ed1898adea078fab0 (diff) | |
feat: add nginx config with /api/ proxy block for VPS deployment
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>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ The implementation copies and adapts finance logic from Prism v1 into `backend/` - `types/api.ts` shared frontend response types - `scripts/stack.sh` unified start/stop/restart/status script - `systemd/` systemd unit files for running as a system service +- `nginx/` nginx server block config (proxies `/api/` to backend, `/` to frontend) - `.env.example` optional environment variables - `pytest.ini` backend pytest import path config |
