• v2.3.5 58e78cd34d

    fix(infra): make MEILI_URL configurable; rename Discover → Catalogue in nav
    Some checks failed
    Release / Test backend (push) Failing after 11s
    Release / Docker / caddy (push) Failing after 11s
    Release / Check ui (push) Failing after 11s
    Release / Docker / backend (push) Has been skipped
    Release / Docker / runner (push) Has been skipped
    Release / Upload source maps (push) Has been skipped
    Release / Docker / ui (push) Has been skipped
    Release / Gitea Release (push) Has been skipped
    CI / Check ui (pull_request) Successful in 49s
    CI / Docker / ui (pull_request) Successful in 1m37s
    CI / Docker / caddy (pull_request) Successful in 4m4s
    CI / Test backend (pull_request) Successful in 4m29s
    CI / Docker / runner (pull_request) Failing after 1m27s
    CI / Docker / backend (pull_request) Successful in 1m41s

    kamil released this 2026-03-28 16:15:04 +05:00 | -267 commits to main since this release

    • docker-compose.yml: MEILI_URL in x-infra-env was hardcoded to the local
      meilisearch container, ignoring the Doppler MEILI_URL secret entirely.
      Changed to "${MEILI_URL:-http://meilisearch:7700}" so prod reads from
      https://search.libnovel.cc while local dev keeps the container default.
    • ui/+layout.svelte: rename nav + footer label from "Discover" to "Catalogue"
      (desktop nav, mobile menu, footer — all three occurrences).
    Downloads