Merge branch 'master' into codex/add-melisearch-to-monica-addon-s3tybe

This commit is contained in:
Alexandre
2025-11-15 11:49:38 +01:00
committed by GitHub
9 changed files with 85 additions and 21 deletions

View File

@@ -1,7 +1,6 @@
## 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.
- Unpack the bundled Meilisearch release for the detected architecture so the watchdog can start the binary successfully.
## 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.

View File

@@ -107,5 +107,5 @@ services:
- mysql:want
slug: monica
url: https://github.com/alexbelgium/hassio-addons/tree/master/monica
version: v5.0_beta6
version: v5.0_beta5-2
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"