Revert "feat: configure ingress support"

This reverts commit 8785b68101.
This commit is contained in:
Tobias Glatthar
2024-11-30 17:28:55 +01:00
parent 8785b68101
commit 0d060b8d94
6 changed files with 16 additions and 7 deletions

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"