chore(docker): remove MongoDB service and related configurations from local setup
feat(migrations): create ChapterMeta table and add search_name, size_bytes, mtime_epoch, lastScannedAt, review_status, and review_payload columns to SourceAsset
chore(dependencies): remove motor and pymongo from project dependencies
feat(docker): configure NAS content and EPUB source directories in docker-compose
feat(migrations): add tables for SourceAsset, ImportJob, ChapterContentRef, and AssetNovelMapping
feat(scripts): create backfill script for populating ChapterContentRef from MongoDB chapters
- Updated .env.example with WEB_GOOGLE_CLIENT_ID and WEB_GOOGLE_CLIENT_SECRET for Google OAuth.
- Modified README.md to reflect changes in docker-compose for unified web and API deployment.
- Enhanced auth.py to support NextAuth JWT session cookies.
- Improved main.py with lifespan management and additional API endpoints.
- Added mod_overview endpoint in mod.py for MOD panel statistics.
- Updated docker-compose.yml for local API and web service configurations.