89f0d6a54638745bb9c4b71f4b95da6b5a158904
The SvelteKit proxy was calling request.json() unconditionally, consuming the body before forwarding. File uploads (multipart/form-data) now use request.formData() and pass the FormData directly to backendFetch so the fetch API sets the correct Content-Type boundary automatically.
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