734ba68eeda073406e550845ca6fcf270e6a2d38
Translation content is immutable once generated — add Cache-Control: public, max-age=3600, stale-while-revalidate=86400 to handleTranslationRead so the browser and any CDN reuse the response without hitting MinIO on repeat views. Forward the header through the SvelteKit /api/translation/[slug]/[n] proxy which previously stripped it by constructing a bare Content-Type-only Response.
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