Revert "fix: activate ingress"

This reverts commit 89b61d546c.
This commit is contained in:
Tobias Glatthar
2024-11-30 17:47:09 +01:00
parent 89b61d546c
commit 0488f02819
3 changed files with 10 additions and 5 deletions

View File

@@ -11,15 +11,16 @@ arch:
- aarch64
- amd64
- armv7
ingress: true
ingress_port: 0
webui: http://[HOST]:[PORT:8482]/
map:
- addon_config:rw
options:
app_log_level: info
disable_log_colors: false
web_port: 8482
mdns_network_interface: ""
schema:
app_log_level: list(silly|debug|info|warn|error)
disable_log_colors: bool
web_port: int(1,)
mdns_network_interface: "str?"

View File

@@ -4,7 +4,6 @@ home-assistant-matter-hub start \
--log-level=$(bashio::config 'app_log_level') \
--disable-log-colors=$(bashio::config 'disable_log_colors') \
--storage-location=/config/data \
--web-port=$(bashio::addon.ingress_port) \
--web-port=$(bashio::config 'web_port') \
--home-assistant-url='http://supervisor/core' \
--home-assistant-access-token="$SUPERVISOR_TOKEN" \
--http-ip-whitelist="172.30.32.2"
--home-assistant-access-token="$SUPERVISOR_TOKEN"