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

Update node-red_container.sh

pull/10/head
tteck 4 years ago committed by GitHub
parent a4e2b7d1e9
commit 3145024d31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,7 +65,7 @@ TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
# Download setup script
wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/node-red2_setup.sh
wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/node-red_setup.sh
# Detect modules and automatically load at boot
load_module overlay
@ -152,8 +152,8 @@ pct unmount $CTID && unset MOUNT
# Setup container
msg "Starting LXC container..."
pct start $CTID
pct push $CTID node-red2_setup.sh /node-red2_setup.sh -perms 755
pct exec $CTID /node-red2_setup.sh
pct push $CTID node-red_setup.sh /node-red_setup.sh -perms 755
pct exec $CTID /node-red_setup.sh
# Get network details and show completion message
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')

Loading…
Cancel
Save

Powered by BW's shoe-string budget.