From ac8cf8ee6c64c79ea6a4f4024e77b9c780bd3985 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Mon, 24 Feb 2025 00:12:53 +0100 Subject: [PATCH] enable api_auth --- ha_addon_debug/config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ha_addon_debug/config.yaml b/ha_addon_debug/config.yaml index 4234b1f..d7e9bed 100644 --- a/ha_addon_debug/config.yaml +++ b/ha_addon_debug/config.yaml @@ -1,6 +1,6 @@ name: TSUN-Proxy (Debug) description: MQTT Proxy for TSUN Photovoltaic Inverters with Debug Logging -version: 0.13.0-debug-2502232326 +version: 0.13.0-debug-2502240008 image: docker.io/sallius/tsun-gen3-addon url: https://github.com/s-allius/tsun-gen3-proxy slug: tsun-proxy-debug @@ -24,8 +24,7 @@ ports: 5005/tcp: 5005 10000/tcp: 10000 8127/tcp: 8127 -port_description: - 8127/tcp: Web interface +auth_api: true # FIXME: we disabled the watchdog due to exceptions in the ha supervisor. See: https://github.com/s-allius/tsun-gen3-proxy/issues/249 watchdog: "http://[HOST]:[PORT:8127]/-/healthy"