mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-09-13 21:29:08 +02:00
Update run
This commit is contained in:
@@ -9,7 +9,7 @@ declare port=8787
|
||||
|
||||
if bashio::config.true 'install_headroom' && command -v headroom >/dev/null 2>&1; then
|
||||
bashio::log.info "svc-headroom: starting headroom proxy on 127.0.0.1:${port} (MCP backend only; no client routing)"
|
||||
exec headroom proxy --host 127.0.0.1 --port "${port}"
|
||||
exec headroom proxy --host 127.0.0.1 --port "${port}" --code-aware
|
||||
fi
|
||||
|
||||
bashio::log.info "svc-headroom: install_headroom disabled or headroom not found; idling"
|
||||
|
||||
Reference in New Issue
Block a user