eb137fdbf597ca0ed3c3ce2263bea9bed99b1c67
Some checks failed
Release / Test backend (push) Successful in 46s
Release / Check ui (push) Successful in 1m38s
Release / Docker / caddy (push) Successful in 49s
Release / Docker / backend (push) Successful in 2m54s
Release / Docker / runner (push) Successful in 2m52s
Release / Upload source maps (push) Successful in 1m39s
Release / Docker / ui (push) Failing after 1m34s
Release / Gitea Release (push) Has been skipped
The docker-ui job was rebuilding the UI from scratch inside Docker, producing chunk hashes and JS files that didn't match the source maps uploaded to GlitchTip, causing all stack traces to appear minified. Fix: - ui/Dockerfile: add PREBUILT=1 ARG; skip npm run build when set - release.yaml upload-sourcemaps: re-upload artifact after sentry-cli inject - release.yaml docker-ui: download injected artifact into ui/build/ and pass PREBUILT=1 so Docker reuses the exact same JS files whose debug IDs are in GlitchTip
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