From 8974141f1ed81cf142b64ee5f679aeb21b9e3196 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 1 Nov 2021 00:01:11 +0100 Subject: [PATCH] Update run.sh --- joal/rootfs/run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"