c91dd20c8cb07bb3cc45052dd1d0fc26c570ff31
Remove all decorative SVG icons (checkmarks, chevrons, stars, fire, external-link arrows, empty-state illustrations). Replace icon-only interactive elements with text (avatar hover shows 'Edit', voice sample buttons show 'Play'/'Stop', danger zone toggle shows 'Open'/'Close'). Replace SVG avatar placeholder with the user's initial. Strip emoji from stats cards and genre chips. Tighten playback toggle descriptions.
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