Commit Graph

5 Commits

Author SHA1 Message Date
3eabd3238f feat: add single-port reverse proxy deployment support 2026-04-02 23:27:46 +03:00
b16f9de6c8 feat: add subsonic token auth and starred endpoints 2026-04-02 23:14:10 +03:00
2f7034fae2 feat: extract embedded album artwork during scans
Add a dedicated artwork cache directory and save embedded album art from audio tags during library scans. Prefer embedded artwork for album cover resolution while keeping sidecar image files as the fallback path.
2026-04-02 22:43:11 +03:00
35abd27473 feat: add sqlite-backed auth and library services
Bootstrap SQLite on server startup with embedded migrations and development seed data. Replace placeholder auth and library responses with database-backed services, bearer sessions, and repository-driven API handlers.
2026-04-02 22:22:38 +03:00
2b3123a9a7 feat: bootstrap temporserv project scaffold
Add the initial project blueprint, Go backend skeleton, frontend app shell, database schema draft, and local development/deployment files.
2026-04-02 22:17:48 +03:00