Admin 67e54c3316
Some checks failed
Release / Test backend (push) Successful in 56s
Release / Test UI (push) Successful in 1m48s
Release / Build and push images (push) Successful in 8m22s
Release / Deploy to homelab (push) Successful in 22s
Release / Deploy to prod (push) Failing after 1m1s
Release / Gitea Release (push) Successful in 2m3s
fix(ui): polish discover skeleton, library card hovers, reading progress bar
- Discover loading skeleton: add borders and book icon placeholder so
  card shapes are visible on all dark themes (was invisible on forest)
- Library grid cards: match catalogue hover style (brand border, surface
  lift, shadow, -translate-y-0.5) and remove hardcoded zinc-500 border
- Reading progress bar: increase height 2px→3px and add brand glow shadow

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 22:28:02 +05:00
2026-04-16 20:34:05 +05:00

LibNovel

Self-hosted audiobook platform. Go backend + SvelteKit UI + MinIO/PocketBase/Meilisearch.

Requirements

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
No description provided
Readme 88 MiB
v4.4.4 Latest
2026-04-17 22:53:41 +05:00
Languages
Go 99.4%
Dockerfile 0.6%