Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/53c30657d0ebaef2527acece8902bcd7e23a683a You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update pve7_ha_setup.sh

pull/10/head
tteck 4 years ago committed by GitHub
parent 541e9fb60a
commit 53c30657d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ apt-get autoremove >/dev/null
# Update container OS
msg "Updating container OS..."
apt-get --allow-releaseinfo-change update >/dev/null
apt-get update >/dev/null
apt-get -qqy upgrade &>/dev/null
# Install prerequisites
@ -64,7 +64,7 @@ docker run -d \
--restart=always \
-v /var/run/docker.sock:/var/run/docker.sock \
-v portainer_data:/data \
portainer/portainer &>/dev/null
portainer/portainer-ce:latest &>/dev/null
# Install Home Assistant
msg "Installing Home Assistant..."

Loading…
Cancel
Save

Powered by BW's shoe-string budget.