a888d9a0f54a59586013c3fa3f7681612de4342b
All checks were successful
Release / Test backend (push) Successful in 41s
Release / Check ui (push) Successful in 49s
Release / Docker / caddy (push) Successful in 53s
Release / Docker / backend (push) Successful in 2m53s
Release / Docker / runner (push) Successful in 2m22s
Release / Docker / ui (push) Successful in 1m52s
Release / Gitea Release (push) Successful in 19s
Mobile action area was cluttered with Continue, Start ch.1, bookmark, stars, and shelf dropdown all competing in a single unstructured row. - Split mobile CTAs into two clear rows: Row 1: primary read button(s) only (Continue / Start from ch.1) Row 2: bookmark icon + shelf dropdown + star rating inline - 'Start from ch.1' no longer stretches to flex-1 when Continue is present — it's a compact secondary button instead - Stars and shelf dropdown moved out of the CTA row into their own line Genre tags were plain <span> elements with no interaction. Tapping 'fantasy' or 'action' now navigates to /catalogue?genre=fantasy, pre-selecting the genre filter on the catalogue page.
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