v2.6.73
Float mode was broken because AudioPlayer was unmounted the moment audioStore.active became true — exactly when the float overlay needs to render. Fix: keep AudioPlayer mounted in float and minimal modes regardless of audioStore.active; only standard mode shows the 'Controls below' message. Adds a third 'minimal' style: a compact single-row bar (skip ±, play/pause, seek, time) with no voice picker or chapter browser. Voice picker and chapter button are hidden in the idle pill too. Settings UI updated to show all three options with a live description of what each style does.
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