Updater bot : monica updated to

This commit is contained in:
alexbelgium
2025-11-15 01:58:08 +01:00
parent 711192d6d8
commit 372e0c007f
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## (15-11-2025)
- Update to latest version from monicahq/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.

View File

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

View File

@@ -1,9 +1,9 @@
{
"github_beta": true,
"github_tagfilter": "5",
"last_update": "07-12-2024",
"last_update": "15-11-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "monica",
"upstream_repo": "monicahq/monica",
"upstream_version": "5.0.0-beta.5"
"upstream_version": ""
}