3e4d7b54d717ec688a492da350f020f7325920da
All checks were successful
Release / Test backend (push) Successful in 44s
Release / Check ui (push) Successful in 1m40s
Release / Docker / caddy (push) Successful in 40s
Release / Docker / backend (push) Successful in 2m38s
Release / Docker / runner (push) Successful in 2m43s
Release / Upload source maps (push) Successful in 1m33s
Release / Docker / ui (push) Successful in 2m18s
Release / Gitea Release (push) Successful in 35s
In paginated + focus mode there were two separate UI elements: an inline Prev/counter/Next bar and a floating chapter-nav pill. Merged into one: - ‹ Ch.N | ‹ (page) N/M (page) › | × Exit focus | Ch.N › - Inline page bar + hint text are now hidden when focusMode is active - Floating pill grows to include page controls only in paginated mode; scroll mode pill is unchanged (just chapter nav + exit) - Added max-w-[calc(100vw-2rem)] so pill never overflows on small screens
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