diff --git a/ha_addons/ha_addon/translations/de.yaml b/ha_addons/ha_addon/translations/de.yaml index b4c4938..ad9e014 100755 --- a/ha_addons/ha_addon/translations/de.yaml +++ b/ha_addons/ha_addon/translations/de.yaml @@ -106,3 +106,4 @@ configuration: network: 5005/tcp: listening Port für TSUN GEN3 Wechselrichter 10000/tcp: listening Port für TSUN GEN3PLUS Wechselrichter + 8127/tcp: Port für das TSUN-Proxy Dashboard diff --git a/ha_addons/ha_addon/translations/en.yaml b/ha_addons/ha_addon/translations/en.yaml index 2187347..b4407f8 100755 --- a/ha_addons/ha_addon/translations/en.yaml +++ b/ha_addons/ha_addon/translations/en.yaml @@ -107,3 +107,4 @@ configuration: network: 5005/tcp: listening Port for TSUN GEN3 Devices 10000/tcp: listening Port for TSUN GEN3PLUS Devices + 8127/tcp: Port for the TSUN-Proxy Dashboard \ No newline at end of file diff --git a/ha_addons/templates/config.jinja b/ha_addons/templates/config.jinja index 8488f79..a381594 100755 --- a/ha_addons/templates/config.jinja +++ b/ha_addons/templates/config.jinja @@ -23,8 +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 # Definition of parameters in the configuration tab of the addon # parameters are available within the container as /data/options.json