mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-09-14 13:49:09 +02:00
Updater bot : wger updated to 2.8.0-dev.0 (upstream 2.8.0-dev.0)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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]"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user