From 455e0d8da9b943130be34b8e247d8698937f6620 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Fri, 18 Apr 2025 20:52:30 +0200 Subject: [PATCH] don't export the web-ui port 8127 - for security reason the user should use the HA ingress and not the direkt access to the web dashboard --- ha_addons/templates/config.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ha_addons/templates/config.jinja b/ha_addons/templates/config.jinja index a381594..913e3ed 100755 --- a/ha_addons/templates/config.jinja +++ b/ha_addons/templates/config.jinja @@ -23,11 +23,11 @@ services: ports: 5005/tcp: 5005 10000/tcp: 10000 - 8127/tcp: 8127 webui: "http://[HOST]:[PORT:8127]/" watchdog: "http://[HOST]:[PORT:8127]/-/healthy" ingress: true ingress_port: 8127 +panel_icon: "mdi:application-cog-outline" # Definition of parameters in the configuration tab of the addon # parameters are available within the container as /data/options.json