v4.4.3
Some checks failed
Release / Test backend (push) Successful in 56s
Release / Test UI (push) Successful in 1m48s
Release / Build and push images (push) Successful in 8m22s
Release / Deploy to homelab (push) Successful in 22s
Release / Deploy to prod (push) Failing after 1m1s
Release / Gitea Release (push) Successful in 2m3s
- Discover loading skeleton: add borders and book icon placeholder so card shapes are visible on all dark themes (was invisible on forest) - Library grid cards: match catalogue hover style (brand border, surface lift, shadow, -translate-y-0.5) and remove hardcoded zinc-500 border - Reading progress bar: increase height 2px→3px and add brand glow shadow 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