e8870a11dafd5482f276483f6042eda5f9a7e6f3
All checks were successful
Release / Test backend (push) Successful in 38s
Release / Check ui (push) Successful in 1m39s
Release / Docker / caddy (push) Successful in 41s
Release / Docker / backend (push) Successful in 2m57s
Release / Docker / runner (push) Successful in 2m44s
Release / Upload source maps (push) Successful in 1m35s
Release / Docker / ui (push) Successful in 2m15s
Release / Gitea Release (push) Successful in 40s
- Full-bleed cover fills top ~52% of screen with top+bottom gradient overlays for header and track info legibility; eliminates the large dead space between cover and seek bar - Chapter number shown as brand-coloured label above the chapter title - Remaining time (−m:ss) displayed in the centre of the seek bar row - Transport row uses justify-between; chapter-skip buttons are smaller (w-5, muted/60 opacity) vs time-skip (w-7, full muted) to clearly distinguish secondary from primary seek controls - Speed / Auto-next / Sleep now sit on a single tidy row — no more wrapping or mixed visual styles between the segmented speed control and the two pill buttons - Header buttons use frosted-glass style (bg-black/25 backdrop-blur) so they remain legible over the cover image
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