Updater bot : wger updated to

This commit is contained in:
alexbelgium
2025-12-23 17:20:51 +01:00
parent 51027e5e0e
commit 024c0d7141
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## (23-12-2025)
- Update to latest version from wger/server
- 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.
## 2.4-11 (19-09-2025)

View File

@@ -23,5 +23,5 @@ schema:
slug: wger
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 2.4-11
version: ""
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"

View File

@@ -1,9 +1,9 @@
{
"github_beta": "true",
"last_update": "12-04-2025",
"last_update": "23-12-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "wger",
"source": "dockerhub",
"upstream_repo": "wger/server",
"upstream_version": "2.4-dev"
"upstream_version": ""
}