Guard Meilisearch watchdog wait

This commit is contained in:
Alexandre
2025-11-15 11:35:32 +01:00
parent 4c6c68397b
commit 828505c5fe
5 changed files with 109 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
## v5.0_beta6 (06-01-2025)
- Bundled an internal Meilisearch service and configure Monica to use it for full-text search by default.
- Ensure the init script only launches the bundled Meilisearch when `MEILISEARCH_URL` points to localhost and wait for the health endpoint before starting Monica.
## v5.0_beta5 (14-11-2025)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.