We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55b2e5 commit d2f10c1Copy full SHA for d2f10c1
common/rootfs/docker-entrypoint.sh
@@ -60,7 +60,7 @@ if bashio::config.true 'zigbee_herdsman_debug'; then
60
export DEBUG="zigbee-herdsman:*"
61
fi
62
export NODE_PATH=/app/node_modules
63
-export ZIGBEE2MQTT_CONFIG_FRONTEND='{"port": 8099}'
+export ZIGBEE2MQTT_CONFIG_FRONTEND="{\"port\": 8099, \"url\": \"$(bashio::addon.ingress_entry)\"}"
64
65
# Expose addon configuration through environment variables.
66
function export_config() {
0 commit comments