Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/87b2205759fc3316f3760796b163533c85c1e638?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
4 additions and
4 deletions
@ -65,7 +65,7 @@ TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
pushd $TEMP_DIR >/dev/null
# Download setup script
# Download setup script
wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup1 .sh
wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/esphome_ setup.sh
# Detect modules and automatically load at boot
# Detect modules and automatically load at boot
load_module overlay
load_module overlay
@ -151,9 +151,9 @@ pct unmount $CTID && unset MOUNT
# Setup container
# Setup container
msg "Starting LXC container..."
msg "Starting LXC container..."
pct start $CTID
pct start $CTID
pct push $CTID setup1 .sh /setup1 .sh -perms 755
pct push $CTID esphome_ setup.sh /esphome_ setup.sh -perms 755
pct exec $CTID /setup1 .sh
pct exec $CTID /esphome_ setup.sh
# Get network details and show completion message
# Get network details and show completion message
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
IP = $( pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}' )
info " Successfully created esph ome LXC Container to $CTID at IP Address ${ IP } :6052 "
info " Successfully created ESPH ome LXC Container to $CTID at IP Address ${ IP } :6052 "