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

Update podman_ha_setup.sh

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

@ -56,7 +56,7 @@ echo -e "${CHECKMARK} \e[1;92m Installing Podman... \e[0m"
apt-get -y install podman &>/dev/null apt-get -y install podman &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Pulling Home Assistant Image...\e[0m" echo -e "${CHECKMARK} \e[1;92m Pulling Home Assistant Image...\e[0m"
podman pull homeassistant/home-assistant:stable &>/dev/null podman pull docker.io/homeassistant/home-assistant:stable &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Installing Home Assistant... \e[0m" 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
@ -75,7 +75,7 @@ echo -e "${CHECKMARK} \e[1;92m Creating Update Script... \e[0m"
file_path="/root/update.sh" file_path="/root/update.sh"
echo "#!/bin/bash echo "#!/bin/bash
echo -e '\e[1;33m Pulling New Stable Version... \e[0m' echo -e '\e[1;33m Pulling New Stable Version... \e[0m'
podman pull homeassistant/home-assistant:stable podman pull docker.io/homeassistant/home-assistant:stable
echo -e '\e[1;33m Stopping Home Assistant... \e[0m' echo -e '\e[1;33m Stopping Home Assistant... \e[0m'
podman stop homeassistant podman stop homeassistant
echo -e '\e[1;33m Removing Home Assistant... \e[0m' echo -e '\e[1;33m Removing Home Assistant... \e[0m'

Loading…
Cancel
Save

Powered by BW's shoe-string budget.