-
fix(infra): make MEILI_URL configurable; rename Discover → Catalogue in nav
Some checks failedRelease / Test backend (push) Failing after 11sRelease / Docker / caddy (push) Failing after 11sRelease / Check ui (push) Failing after 11sRelease / Docker / backend (push) Has been skippedRelease / Docker / runner (push) Has been skippedRelease / Upload source maps (push) Has been skippedRelease / Docker / ui (push) Has been skippedRelease / Gitea Release (push) Has been skippedCI / Check ui (pull_request) Successful in 49sCI / Docker / ui (pull_request) Successful in 1m37sCI / Docker / caddy (pull_request) Successful in 4m4sCI / Test backend (pull_request) Successful in 4m29sCI / Docker / runner (pull_request) Failing after 1m27sCI / Docker / backend (pull_request) Successful in 1m41sreleased 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
- docker-compose.yml: MEILI_URL in x-infra-env was hardcoded to the local