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

Update podman_ha_container.sh

pull/33/head
tteckster 3 years ago committed by GitHub
parent 94b46d16f2
commit ec900d16a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -168,11 +168,9 @@ pct push $CTID podman_ha_setup.sh /podman_ha_setup.sh -perms 755
pct exec $CTID /podman_ha_setup.sh
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
info "Successfully created Podman Home Assistant Container LXC to $CTID."
msg "
Home Assistant should be reachable by going to the following URL.
http://${IP}:8123
"
info "Successfully Created Podman Home Assistant Container LXC to $CTID."
echo -e "\e[1;92m Home Assistant Container should be reachable by going to the following URL.
http://${IP}:8123
Yacht should be reachable by going to the following URL.
http://${IP}:8000
\e[0m"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.