4 Commits

Author SHA1 Message Date
root
8f1cc89050 chore: update .gitignore to exclude secrets and runtime data 2026-08-21 18:26:20 +02:00
Paperclip CEO Agent
ef8a023f85 feat: add .env.example and fix .gitignore to track it
The README instructs `cp .env.example .env` but no template was committed;
the .gitignore also excluded .env.* which would have hidden it.

- Add .env.example with DB_PASSWORD, SECRET_KEY, JELLYFIN_URL, JELLYFIN_API_KEY
- Add !.env.example exception to .gitignore so the template is tracked

Closes DAP-43.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 19:54:07 +02:00
Paperclip Agent
20be1d73be feat: implement minimal vertical slice — backend, worker, frontend, docker-compose
- FastAPI backend with /health, /api/search, /api/downloads CRUD + retry
- Provider abstraction (mock provider for architecture validation)
- SQLAlchemy models with DownloadStatus state machine
- Python polling worker simulating job lifecycle without real downloads
- React/Vite/TypeScript frontend: search, results table, download queue with progress
- Docker Compose wiring all services with postgres healthcheck
- .env.example, updated README and .gitignore

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-06-13 17:54:45 +02:00
Paperclip Agent
0745aa3c3e Initialize project-kino workspace 2026-06-13 15:49:57 +02:00