Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/48f59062462c0470d6b2027a228487bbd5d738e1?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
0 deletions
@ -409,6 +409,7 @@ qm set $VMID \
-efidisk0 ${ DISK0_REF } ${ FORMAT } \
-efidisk0 ${ DISK0_REF } ${ FORMAT } \
-scsi0 ${ DISK1_REF } ,${ DISK_CACHE } ${ THIN } size = 2G \
-scsi0 ${ DISK1_REF } ,${ DISK_CACHE } ${ THIN } size = 2G \
-boot order = scsi0 \
-boot order = scsi0 \
-serial0 socket \
-description " # Debian 12 VM
-description " # Debian 12 VM
### https://github.com/tteck/Proxmox
### https://github.com/tteck/Proxmox
[ ![ ko-fi] ( https://ko-fi.com/img/githubbutton_sm.svg) ] ( https://ko-fi.com/D1D7EP4GF) " >/dev/null
[ ![ ko-fi] ( https://ko-fi.com/img/githubbutton_sm.svg) ] ( https://ko-fi.com/D1D7EP4GF) " >/dev/null
@ -419,3 +420,4 @@ if [ "$START_VM" == "yes" ]; then
msg_ok "Started Debian 12 VM"
msg_ok "Started Debian 12 VM"
fi
fi
msg_ok "Completed Successfully!\n"
msg_ok "Completed Successfully!\n"
echo "More Info at https://github.com/tteck/Proxmox/discussions/1988"