bdbec3ae163d2553a6aa1f875138abfe8c0c1545
All checks were successful
Release / Test backend (push) Successful in 1m12s
Release / Check ui (push) Successful in 2m35s
Release / Docker / caddy (push) Successful in 48s
Release / Docker / backend (push) Successful in 2m38s
Release / Docker / runner (push) Successful in 2m35s
Release / Upload source maps (push) Successful in 1m33s
Release / Docker / ui (push) Successful in 2m10s
Release / Gitea Release (push) Successful in 30s
- Remove tab switcher, move history behind a modal drawer (clock icon in header with badge count) - Increase card aspect ratio from 3/4.2 to 3/4.6 for more cover real estate - Replace 5 small icon-only buttons with 3 large labeled buttons (Skip / Read Now / Like) - Read Now is solid blue as the center primary CTA; Skip and Like use tinted bg with colored border - Swipe indicators are larger (text-2xl, border-[3px], bg tint) for better visibility - Remove swipe hint text to reclaim vertical space - Larger title text on card (text-2xl)
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