a0404cea572bc38cad46b555c4bb0ab7a6d61af5
- Reading streak + books-in-progress mini-widget (derived from progress timestamps) - "N chapters left" badge on continue-reading shelf cards - Audio listen button on hero card and hover-overlay on shelf cards (autoStartChapter + goto) - Completed shelf section for books where chapter >= total_chapters - Trending Now section (books sorted by ranking field, 15-min cache) - "Because you read [Genre]" recommendations (genre-matched, excludes user's books, 10-min cache) - Both new sections are hideable via the existing show/hide mechanism - getTrendingBooks / getRecommendedBooks added to pocketbase.ts - Cache invalidation for trending/recs added to invalidateBooksCache Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
LibNovel
Self-hosted audiobook platform. Go backend + SvelteKit UI + MinIO/PocketBase/Meilisearch.
Requirements
- Docker + Docker Compose
- just
- Doppler CLI
Setup
doppler login
doppler setup # project=libnovel, config=prd
Usage
just up # start everything
just down # stop
just logs # tail all logs
just log backend # tail one service
just build # rebuild images
just restart # down + up
just secrets # view/edit secrets
Secrets
Managed via Doppler (project=libnovel, config=prd). No .env files.
To add or update a secret:
doppler secrets set MY_SECRET=value
Description