b0d8c02787b4d3fe1ef1d9a38bc23c84c8658327
All checks were successful
Release / Test backend (push) Successful in 42s
Release / Check ui (push) Successful in 43s
Release / Docker / caddy (push) Successful in 40s
Release / Docker / backend (push) Successful in 2m46s
Release / Docker / runner (push) Successful in 2m43s
Release / Docker / ui (push) Successful in 2m25s
Release / Gitea Release (push) Successful in 50s
chapters_idx was missing created/updated columns (never defined in the PocketBase schema), causing PocketBase to return 400 for any query sorted by -created. recentlyUpdatedBooks() uses this sort. - Add created date field to chapters_idx schema in pb-init-v3.sh (also added via add_field for existing installations) - Add idx_chapters_idx_created index for sort performance - Set created timestamp on first insert in upsertChapterIdx so new chapters are immediately sortable; existing records retain empty created and will sort to the back (acceptable — only affects home page recency)
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