faa4c42f205d3d3ffa02417cb2fc880635ca5367
All checks were successful
Release / Test backend (push) Successful in 40s
Release / Check ui (push) Successful in 1m39s
Release / Docker / backend (push) Successful in 2m50s
Release / Docker / runner (push) Successful in 2m53s
Release / Upload source maps (push) Successful in 1m27s
Release / Docker / ui (push) Successful in 2m53s
Release / Docker / caddy (push) Successful in 48s
Release / Gitea Release (push) Successful in 36s
CI svelte-check failed because Paraglide generates per-key .js files that must be committed — the compiler runs at build time in CI (svelte-kit sync) but the output directory is tracked in git, so new keys added to messages/*.json require the corresponding generated files to be committed manually when node is not available locally. Added: - messages/profile_theme_forest.js - messages/profile_theme_mono.js - messages/profile_theme_cyber.js - messages/_index.js: three new export lines Also fixed a11y warn: added aria-label='Close history' to the icon-only close button in the discover page history drawer.
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