Commit Graph

6 Commits

Author SHA1 Message Date
0d63d0e6d1 feat: add NSFW script generation feature and Grok API configuration 2026-03-13 12:58:28 +08:00
7f25dd09f6 feat: add admin usage statistics and LLM configuration management 2026-03-12 16:30:24 +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
47e1411390 Update Local Permission Assignments 2026-02-03 18:48:25 +08:00
5a22351a66 feat: update user preferences and system settings management 2026-02-03 16:37:05 +08:00
80513a3258 init commit
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-26 15:34:31 +08:00