59794e3694c3db3f761fa91cb1db782023b64983
All checks were successful
Release / Test backend (push) Successful in 37s
Release / Check ui (push) Successful in 1m43s
Release / Docker / caddy (push) Successful in 44s
Release / Docker / backend (push) Successful in 2m40s
Release / Docker / runner (push) Successful in 4m16s
Release / Upload source maps (push) Successful in 1m41s
Release / Docker / ui (push) Successful in 2m47s
Release / Gitea Release (push) Successful in 40s
- deviceFingerprint now hashes only User-Agent (not UA+IP) so switching networks (VPN, mobile data, wifi) no longer creates a new session row - On re-login with same device, also refresh the stored IP field so the sessions page shows the current network address - feat(library): bulk remove and bulk shelf-change actions on /books Long-press any card to enter selection mode; sticky action bar with Move to shelf dropdown and Remove button; POST /api/library/bulk-remove and POST /api/library/bulk-shelf endpoints - fix(catalogue): make Scrape button visible with solid amber-500 fill and dark text instead of low-opacity ghost style that blended into card
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