Files
home-assistant-addons/hamh/docker-entrypoint.sh
Tobias Glatthar 0d060b8d94 Revert "feat: configure ingress support"
This reverts commit 8785b68101.
2024-11-30 17:28:55 +01:00

10 lines
362 B
Bash

#!/usr/bin/with-contenv bashio
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::config 'web_port') \
--home-assistant-url='http://supervisor/core' \
--home-assistant-access-token="$SUPERVISOR_TOKEN"