Commit Graph

14 Commits

Author SHA1 Message Date
8966dcc969 chore: remove backend URL setup instructions from README files 2026-03-06 17:55:05 +08:00
37693eb60a feat: remove frontend configuration and API section from README files 2026-03-06 17:44:50 +08:00
d928087e79 feat: update docker-compose to use pre-built images for backend and frontend 2026-03-06 16:57:03 +08:00
38e00fd38c feat: add Docker deployment support and fix /users/me endpoint
- Add docker/ directory with Dockerfile for backend and frontend
- Backend: pytorch/pytorch CUDA base image with all qwen_tts deps
- Frontend: multi-stage nginx build with /api/ proxy to backend
- docker-compose.yml (CPU) + docker-compose.gpu.yml (GPU overlay)
- Fix /users/me returning 404 due to missing route (was caught by /{user_id})
- Update .gitignore to exclude docker/models, docker/data, docker/.env
- Update README and README.zh.md with Docker deployment instructions

Images: bdim404/qwen3-tts-backend, bdim404/qwen3-tts-frontend

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 15:15:27 +08:00
0cbf629499 refactor: Simplify README and remove outdated images; enhance Navbar with Home link 2026-03-06 13:56:03 +08:00
cf83811277 docs: Add warning notice about project stability in README files 2026-03-06 13:28:35 +08:00
3844e825cd fix: Update repository clone URL and adjust huggingface-cli commands in README files 2026-02-13 11:57:00 +08:00
5c0111a7a2 feat: Enhance README with project description, installation instructions, and acknowledgments 2026-02-06 14:13:14 +08:00
a756a31479 feat: Update README with desktop and mobile interface previews; add new images for light/dark modes, settings, and history 2026-02-05 23:51:40 +08:00
a88a31ef86 feat: Add multi-language support and interface previews to README; include new images for voice design and cloning features 2026-02-05 23:42:12 +08:00
e7b3700a28 feat: update README and Settings page for dual backend support and Aliyun API key management 2026-02-03 17:42:40 +08:00
783e0dc984 Add first time setup instructions for default superuser account in README files 2026-01-26 16:43:34 +08:00
a3b69df2c2 Update license from MIT to Apache-2.0 in README files 2026-01-26 15:47:31 +08:00
80513a3258 init commit
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-26 15:34:31 +08:00