718929e9cdabe918fa5afc026fd09a04410284fb
Some checks failed
Release / Test backend (push) Successful in 45s
Release / Check ui (push) Failing after 31s
Release / Upload source maps (push) Has been skipped
Release / Docker / ui (push) Has been skipped
Release / Docker / caddy (push) Successful in 44s
Release / Docker / backend (push) Successful in 2m33s
Release / Docker / runner (push) Successful in 2m30s
Release / Gitea Release (push) Has been skipped
- Slide-up transition on open (fly from bottom, 320ms) - Drag-down on the overlay follows the finger in real time with no transition; on release springs back (0.32s cubic-bezier) if drag < 130px and velocity < 0.4px/ms, otherwise slides off-screen and calls onclose after 220ms - Opacity fades as the overlay is pulled down (fully transparent at 500px) - Touch guard: gesture does not activate if touch starts inside an .overflow-y-auto element (chapter/voice lists) or while a modal is open
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