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

Update podman_ha_setup.sh

pull/10/head
tteckster 4 years ago committed by GitHub
parent ce3e885885
commit d725d3e8b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,8 +39,11 @@ apt-get -qqy install \
msg "Installing Podman..."
apt-get -y install podman &>/dev/null
msg "Installing Home Assistant..."
msg "Pulling Home Assistant Image..."
podman volume create hass_config >/dev/null
podman pull docker.io/homeassistant/home-assistant:stable &>/dev/null
msg "Installing Home Assistant..."
podman run -d \
--name homeassistant \
--restart=always \

Loading…
Cancel
Save

Powered by BW's shoe-string budget.