Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/8113f8b18a47aa1037393db1bd8e155343efcdf3?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
4 additions and
4 deletions
@ -236,13 +236,13 @@ for i in {0,1}; do
done
done
msg_ok "Extracted Disk Image"
msg_ok "Extracted Disk Image"
msg_info "Creating HAOS VM"
msg_info "Creating HAOS VM"
qm create $VMID -agent 1 -tablet 0 -localtime 1 - bios ovmf -cores $CORE_COUNT -memory $RAM_SIZE -name $HN -net0 virtio,bridge= $BRG ,macaddr= $MAC $VLAN \
qm create $VMID -agent 1 -bios ovmf -cores $CORE_COUNT -memory $RAM_SIZE -name $HN -net0 virtio,bridge= $BRG ,macaddr= $MAC $VLAN \
-onboot 1 -ostype l26 -scsihw virtio-scsi-pci
-onboot 1 -ostype l26 -scsihw virtio-scsi-pci
pvesm alloc $STORAGE $VMID $DISK0 128 1>& /dev/null
pvesm alloc $STORAGE $VMID $DISK0 64M 1>& /dev/null
qm importdisk $VMID ${ FILE %.* } $STORAGE ${ DISK_IMPORT :- } 1>& /dev/null
qm importdisk $VMID ${ FILE %.* } $STORAGE ${ DISK_IMPORT :- } 1>& /dev/null
qm set $VMID \
qm set $VMID \
-efidisk0 ${ DISK0_REF } ,size= 128K \
-efidisk0 ${ DISK0_REF } ,efitype= 4m,size= 64M \
-scsi0 ${ DISK1_REF } ,discard= on, size= 32G,ssd= 1 >/dev/null
-scsi0 ${ DISK1_REF } ,size= 32G >/dev/null
qm set $VMID \
qm set $VMID \
-boot order = scsi0 >/dev/null
-boot order = scsi0 >/dev/null
qm set $VMID -description " # Home Assistant OS
qm set $VMID -description " # Home Assistant OS