8279bd5caa334a79c96d26f287a5f292d7b6066d
- Strip leading digit prefix (e.g. "6Chapter 6 → Chapter 6") and content after first newline (scraped date artifacts) from chapter titles - Add "CHAPTER N" eyebrow label above the h1 for clear hierarchy - Show date_label as small muted text in the meta row - Remove double-border / mt-6 gap from standard AudioPlayer inside the chapter page's collapsible panel (was rendering two nested boxes) - Remove redundant "Audio Narration" label (toggle already says "Listen") 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