Update run.sh

This commit is contained in:
Alexandre
2021-11-01 00:01:11 +01:00
committed by GitHub
parent 2420f6f441
commit 8974141f1e

View File

@@ -141,7 +141,9 @@ bashio::log.info "... server port : ${ADDONPORT}"
bashio::log.info "... Path prefix : ${UIPATH}"
bashio::log.info "... Secret token : $TOKEN"
bashio::log.warning "Configuration for Ingress (in app):"
bashio::log.info "... address : ${host_ip}:$host_port$ingress_url/"
bashio::log.info "... address (if connected to hassio with IP:port) : ${host_ip}:$host_port$ingress_url/"
bashio::log.info "... address (if connected to hassio with homeassistant.local:port): homeassistant.local:$host_port$ingress_url/"
bashio::log.info "... address (if connected to hassio from internet): yourdomain.com:$host_port$ingress_url/"
bashio::log.info "... server port : $host_port"
bashio::log.info "... Path prefix : ${UIPATH}"
bashio::log.info "... Secret token : $TOKEN"