v4.4.4
All checks were successful
Release / Test backend (push) Successful in 59s
Release / Test UI (push) Successful in 1m39s
Release / Build and push images (push) Successful in 8m9s
Release / Deploy to homelab (push) Successful in 23s
Release / Gitea Release (push) Successful in 1m37s
Release / Deploy to prod (push) Successful in 2m12s
- Homepage hero: wider cover (w-32→w-36), adjusted info panel height, hide genre pills on mobile (they wrap and waste vertical space) - Chapter reader: tighten top nav gap mb-8→mb-4 and heading gap mb-6→mb-4 on mobile so content starts earlier - Library cards: hide genre tags on mobile (hidden sm:flex) — redundant in a library context and cramped at 2-column density - Book detail: reduce hero bottom margin mb-8→mb-5 on mobile - Catalogue list view: fix hardcoded hover:border-zinc-500 → brand color, matching the grid view hover style 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