diff --git a/joal/rootfs/run.sh b/joal/rootfs/run.sh index 682408c4c..c398f0246 100644 --- a/joal/rootfs/run.sh +++ b/joal/rootfs/run.sh @@ -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"