From 07320ae0abd05bd9c3f1ed95aa5168b7fd398a9f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:32:11 +0000 Subject: [PATCH] fix(ente): change DISABLE_WEB_UI default to false so web UI is accessible --- ente/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ente/config.yaml b/ente/config.yaml index 8150e7683..f539aa27d 100644 --- a/ente/config.yaml +++ b/ente/config.yaml @@ -78,7 +78,7 @@ name: Ente options: env_vars: [] DB_PASSWORD: ente - DISABLE_WEB_UI: true + DISABLE_WEB_UI: false ENTE_ENDPOINT_URL: http://homeassistant.local:8280 MINIO_DATA_LOCATION: /config/minio-data MINIO_ROOT_PASSWORD: minioadmin