v4.2.2
All checks were successful
- Bump all section headings to text-lg for visual hierarchy - Replace SVG book icon no-cover placeholders with first-letter avatars across Completed, Ready to Listen, Trending, Recommendations, Recently Updated, and From Following shelves - Highlight user's top genre pill in Browse by Genre strip - Add "View all → /catalogue?genre=…" link to Because You Read section 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