openreader/src
Richard R 81d249ed52 feat(storage): implement S3/SeaweedFS blob storage for documents
Replaces local filesystem document storage with S3-compatible object storage.
Adds embedded SeaweedFS 'weed mini' for local development and Docker deployments.
Updates document upload flow to use presigned URLs with a server fallback proxy.
Refactors auth configuration to use BASE_URL and AUTH_SECRET.

BREAKING CHANGE: Renamed BETTER_AUTH_URL to BASE_URL and BETTER_AUTH_SECRET to AUTH_SECRET. Removed legacy document upload/content endpoints. Requires S3 environment variables (auto-configured for embedded SeaweedFS).
2026-02-10 12:29:15 -07:00
..
app feat(storage): implement S3/SeaweedFS blob storage for documents 2026-02-10 12:29:15 -07:00
components feat(storage): implement S3/SeaweedFS blob storage for documents 2026-02-10 12:29:15 -07:00
contexts feat(storage): implement S3/SeaweedFS blob storage for documents 2026-02-10 12:29:15 -07:00
db refactor(documents): migrate from IndexedDB to server-backed storage with caching 2026-02-08 11:15:57 -07:00
hooks refactor(audiobooks): implement user-specific storage with composite primary keys 2026-02-03 12:17:06 -07:00
lib feat(storage): implement S3/SeaweedFS blob storage for documents 2026-02-10 12:29:15 -07:00
types refactor(documents): migrate from IndexedDB to server-backed storage with caching 2026-02-08 11:15:57 -07:00