Commit graph

4 commits

Author SHA1 Message Date
Khoa.vo
037c80c4fd Fix Swagger UI behind nginx - add root_path for /api proxy
Some checks failed
CI / build (18.x) (push) Has been cancelled
CI / build (20.x) (push) Has been cancelled
2026-01-13 09:32:04 +07:00
Khoa.vo
bec553fd76 v3.2.0: Fix CORS - add nginx reverse proxy for production
Some checks are pending
CI / build (18.x) (push) Waiting to run
CI / build (20.x) (push) Waiting to run
- Add nginx to Dockerfile as reverse proxy
- Route /api/* to FastAPI, / to Next.js on single port 80
- Update all frontend components to use /api prefix in production
- Simplify docker-compose to single port 80
- Fixes CORS errors when deployed to remote servers
2026-01-13 08:11:28 +07:00
Khoa.vo
0ef7e5475c v3.0.0: Add FastAPI backend
Some checks are pending
CI / build (18.x) (push) Waiting to run
CI / build (20.x) (push) Waiting to run
- Add Python FastAPI backend with Pydantic validation
- Port WhiskClient and MetaAIClient to Python
- Create API routers for all endpoints
- Add Swagger/ReDoc documentation at /docs
- Update Dockerfile for multi-service container
- Add lib/api.ts frontend client
- Update README for V3
2026-01-13 07:46:32 +07:00
Khoa.vo
8741e3b89f feat: Initial commit with multi-provider image generation
Some checks are pending
CI / build (18.x) (push) Waiting to run
CI / build (20.x) (push) Waiting to run
2026-01-05 13:50:35 +07:00