Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/277e8354a4ef48cbf6bb2d93d2a2ef1fefa1cad6?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update podman_ha_setup.sh

pull/152/head
tteckster 3 years ago committed by GitHub
parent e1915dff84
commit 277e8354a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -73,7 +73,7 @@ echo -e "${CM}${CL} \r"
echo -en "${GN} Installing Yacht... "
podman volume create yacht >/dev/null
podman run -d \
--privileged
--privileged \
--name yacht \
--restart always \
-v /var/run/podman/podman.sock:/var/run/docker.sock \
@ -91,7 +91,7 @@ echo -e "${CM}${CL} \r"
echo -en "${GN} Installing Home Assistant... "
podman volume create hass_config >/dev/null
podman run -d \
--privileged
--privileged \
--name homeassistant \
--restart unless-stopped \
-v /dev:/dev \

Loading…
Cancel
Save

Powered by BW's shoe-string budget.