v3-cleanup-20260413
- Add notify_new_chapters_push field to AppUser, PATCH /api/profile, and profile loader - Fix bell panel to reload notifications on every open (not just once on mount) - Replace flat in-app + push toggles with structured category table (Category | In-app | Push) - Add browser push master subscribe/unsubscribe row above the table - Push column toggle disabled until browser is subscribed; shows — when unsupported/denied - Update Notifications row hint to summarise active channels (In-app · Push / Off)
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