Updater bot : wger updated to 2.8.0-dev.0 (upstream 2.8.0-dev.0)

This commit is contained in:
alexbelgium
2026-09-12 01:33:05 +02:00
parent 6d78111022
commit b97824acfc
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 2.8.0-dev.0 (2026-09-12)
- Update to latest version from wger/server
## 2.6.4 (2026-09-04)
- Fix the add-on failing to start on a fresh install with `django.core.exceptions.ImproperlyConfigured: Set the DJANGO_DB_ENGINE environment variable`. The upstream `wger/server` image stopped shipping database defaults, and `settings/main.py` reads `DJANGO_DB_ENGINE` and `DJANGO_DB_DATABASE` with no fallback, so the add-on now sets them explicitly to sqlite at `/data/database.sqlite` — the same location the previous startup rewrite produced, so existing databases keep working.

View File

@@ -24,5 +24,5 @@ schema:
slug: wger
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "2.6.4"
version: "2.8.0-dev.0"
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"

View File

@@ -1,9 +1,9 @@
{
"github_beta": "true",
"last_update": "2026-04-23",
"last_update": "2026-09-12",
"repository": "alexbelgium/hassio-addons",
"slug": "wger",
"source": "dockerhub",
"upstream_repo": "wger/server",
"upstream_version": "2.6-dev"
"upstream_version": "2.8.0-dev.0"
}