Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/705c95fbde633a6a8f7a51dd51440e1dba3b81b3?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
0 additions and
3 deletions
@ -62,7 +62,6 @@ echo -e "${CHECKMARK} \e[1;92m Installing Home Assistant... \e[0m"
podman volume create hass_config >/dev/null
podman volume create hass_config >/dev/null
podman run -d \
podman run -d \
--name homeassistant \
--name homeassistant \
--privileged \
--restart unless-stopped \
--restart unless-stopped \
-v /dev:/dev \
-v /dev:/dev \
-v hass_config:/config \
-v hass_config:/config \
@ -83,9 +82,7 @@ podman rm homeassistant
echo -e '\e[1;33m Starting Home Assistant... \e[0m'
echo -e '\e[1;33m Starting Home Assistant... \e[0m'
podman run -d \
podman run -d \
--name homeassistant \
--name homeassistant \
--privileged \
--restart unless-stopped \
--restart unless-stopped \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /dev:/dev \
-v /dev:/dev \
-v hass_config:/config \
-v hass_config:/config \
-v /etc/localtime:/etc/localtime:ro \
-v /etc/localtime:/etc/localtime:ro \