Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/e9658f3e3afa319d801accfee94f8514bd885cfc?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
5 additions and
6 deletions
@ -125,6 +125,10 @@ podman run -d \
-v /etc/timezone:/etc/timezone:ro \
-v /etc/timezone:/etc/timezone:ro \
--net= host \
--net= host \
homeassistant/home-assistant:stable & >/dev/null
homeassistant/home-assistant:stable & >/dev/null
podman generate systemd \
--new --name homeassistant \
> /etc/systemd/system/homeassistant.service
systemctl enable homeassistant & >/dev/null
msg_ok "Installed Home Assistant"
msg_ok "Installed Home Assistant"
PASS = $( grep -w "root" /etc/shadow | cut -b6) ;
PASS = $( grep -w "root" /etc/shadow | cut -b6) ;
@ -145,11 +149,6 @@ systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
msg_ok "Customized Container"
msg_ok "Customized Container"
fi
fi
podman generate systemd \
--new --name homeassistant \
> /etc/systemd/system/homeassistant.service
systemctl enable homeassistant & >/dev/null
msg_info "Cleaning up"
msg_info "Cleaning up"
apt-get autoremove >/dev/null
apt-get autoremove >/dev/null
apt-get autoclean >/dev/null
apt-get autoclean >/dev/null