Commit Graph

4 Commits

Author SHA1 Message Date
prosolis
0e5cb9a24f Merge pull request #1 from prosolis/claude/bellhop-matrix-portal-MkQle
Initial push of Bellhop
2026-02-27 14:07:13 -08:00
Claude
003792f744 Add comprehensive README with setup, API reference, and architecture docs
https://claude.ai/code/session_018iMt5qm4j9bk8wzytLC3E6
2026-02-27 21:29:21 +00:00
Claude
05460237ee Implement Bellhop: Matrix-authenticated *arr request portal
- FastAPI backend with async SQLite session storage
- Matrix homeserver authentication (login/logout/session validation via whoami)
- Server-side proxy for Radarr, Sonarr, and Lidarr search & add APIs
- Fire-and-forget Matrix audit log bot for request tracking
- Rate-limited login endpoint (5 req/min per IP via slowapi)
- Single-page Alpine.js frontend with dark theme, media type tabs, search grid
- Dockerfile for single-container deployment
- Secure session cookies (httponly, samesite=strict, secure)

https://claude.ai/code/session_018iMt5qm4j9bk8wzytLC3E6
2026-02-27 21:24:53 +00:00
prosolis
e7b8e80e34 Initial commit 2026-02-27 13:15:26 -08:00