From 49fa5b2ab4a1452282b2cf101d861cbdc77fee07 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Jun 2026 21:32:57 +0200 Subject: [PATCH] Document wger startup fix --- wger/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wger/CHANGELOG.md b/wger/CHANGELOG.md index d2880c2f0b..95a74731e1 100644 --- a/wger/CHANGELOG.md +++ b/wger/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.6-dev-3 (2026-06-16) +- Fix fresh-install startup by making the persistent `/data/static` and `/data/media` directories writable by the `wger` user without recursively changing all of `/data`. +- Make nginx startup idempotent and fail loudly if its configuration is invalid, instead of masking nginx startup errors that can leave the add-on web port closed. ## 2.6-dev-2 (2026-06-16) - Fix startup script database path rewrite by switching the `settings.py` matching with `*.py` since last update moved the settings.py file into several files within the settings folder