222627a18c704203301a6c0b032e34b5b6653293
- Consolidate top nav into a single row: ← back | ← → chapter arrows | settings gear Removes the duplicate prev/next buttons that appeared at both top and bottom - Language switcher moved inline into chapter meta line (after word count); lock icons made smaller and less distracting for free users; removes the separate "Upgrade to Pro" text link - Audio player wrapped in a collapsible "Listen to this chapter" panel; auto-expands if audio is already playing for the chapter, collapsed otherwise so content is immediately visible on page load - Bottom nav redesigned: next chapter is a full-width card CTA with hover accent, previous is a small secondary text link — clear visual hierarchy - Remove floating gear button (settings now triggered from top nav settings icon) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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