From 8c46084fff3c27bc860019549a825b9f71b70078 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Jun 2026 18:26:55 +0000 Subject: [PATCH] fix(ente): bump version to 4.4.23 and update changelog for nginx rewrite loop fix --- ente/CHANGELOG.md | 3 +++ ente/config.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ente/CHANGELOG.md b/ente/CHANGELOG.md index 0f248bde64..715cf278c7 100644 --- a/ente/CHANGELOG.md +++ b/ente/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.4.23 (2026-06-03) +- Fix nginx rewrite loop on /index.html causing 500 Internal Server Error in Web UI + ## 4.4.22 (2026-05-16) - Update to latest version from ente-io/ente (changelog : https://github.com/ente-io/ente/releases) diff --git a/ente/config.yaml b/ente/config.yaml index a10de2aeab..737d8b9e7e 100644 --- a/ente/config.yaml +++ b/ente/config.yaml @@ -120,6 +120,6 @@ schema: slug: ente udev: true url: https://github.com/alexbelgium/hassio-addons -version: "4.4.22" +version: "4.4.23" video: true webui: http://[HOST]:[PORT:3000]