Initial AI media hub implementation
Some checks failed
build-push / docker (push) Has been cancelled

This commit is contained in:
AI Assistant
2026-03-12 15:01:18 +09:00
parent b162536254
commit d7506c041a
19 changed files with 1379 additions and 0 deletions

13
TODO.md Normal file
View File

@@ -0,0 +1,13 @@
- [x] 1. 프로젝트 폴더 구조 생성
- [x] 2. Dockerfile 및 Unraid XML 템플릿 작성
- [x] 3. Gitea Actions CI/CD 파일 작성 (.gitea/workflows/build-push.yaml)
- [x] 4. SQLite DB 모델 및 초기화 로직 (backend/models)
- [x] 5. Python yt-dlp 워커 스크립트 작성 (worker/downloader.py)
- [x] 6. Go 백엔드 라우팅 및 파일 업로드(Zone B) 구현
- [x] 7. Go - Python 연동 로직 (Zone C 다운로드 실행)
- [x] 8. Google CSE 및 Gemini 2.5 Flash 연동 로직 (Zone A)
- [x] 9. WebSocket 서버 및 진행률 방송 로직
- [x] 10. 프론트엔드 메인 UI 구성 (Tailwind 3-Zone Layout)
- [x] 11. 프론트엔드 JS 통신 로직 및 상태 바 렌더링 연동
- [x] 12. 전체 기능 통합 테스트
- [ ] 13. Git Init 및 자동 Push (Gitea)