v4.2.0
All checks were successful
- Persist audio filter in URL (?audio=1) via history.replaceState - Show total novel count in browse mode subtitle - Close filter panel automatically on Apply - Replace missing-cover SVG placeholder with styled first-letter avatar - Add forbidden scrape badge to list view (was missing, grid had it) - Carry audio param through applyFilters() navigation 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