7bcc4814837c09d8ce1c50c53ea0827a1604da53
- Listening tab: expose Speed, Auto-next, and Announce chapter controls alongside the existing Player Style row (chapters/[n]/+page.svelte) - AudioPlayer: add Warm up Ch. N button in standard player ready state when autoNext is off; shows prefetching spinner and completion status - Book page: fetch saved audioTime on mount; show Resume Ch. N button (desktop + mobile) that sets autoStartChapter and navigates directly
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