Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/526deac5ef82c1fa4293be0bf598d351b3e56730?style=split&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 68c6fc28a7
commit 526deac5ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,20 +66,19 @@ echo -en "${GN} Installing Podman... "
apt-get -y install podman &>/dev/null apt-get -y install podman &>/dev/null
echo -e "${CM}${CL} \r" echo -e "${CM}${CL} \r"
#echo -en "${GN} Pulling Yacht Image... " echo -en "${GN} Pulling Yacht Image... "
#podman pull ghcr.io/selfhostedpro/yacht:latest &>/dev/null podman pull docker.io/selfhostedpro/yacht:latest &>/dev/null
#echo -e "${CM}${CL} \r" echo -e "${CM}${CL} \r"
echo -en "${GN} Installing Yacht... " echo -en "${GN} Installing Yacht... "
podman volume create yacht >/dev/null podman volume create yacht >/dev/null
podman run -v /var/run/podman/podman.sock:/var/run/docker.sock -v yacht:/config -p 8000:8000 --name -d ghcr.io/selfhostedpro/yacht:latest &>/dev/null podman run \
#podman run -d \ --name yacht \
# --name yacht \ --restart always \
# --restart always \ -v /var/run/podman/podman.sock:/var/run/docker.sock \
# -v /var/run/podman/podman.sock:/var/run/docker.sock \ -v yacht:/config \
# -v yacht:/config \ -p 8000:8000 \
# -p 8000:8000 \ selfhostedpro/yacht:latest &>/dev/null
# selfhostedpro/yacht:latest &>/dev/null
echo -e "${CM}${CL} \r" echo -e "${CM}${CL} \r"
echo -en "${GN} Pulling Home Assistant Image... " echo -en "${GN} Pulling Home Assistant Image... "

Loading…
Cancel
Save

Powered by BW's shoe-string budget.