Added a Create Instance wizard modal pick VM or Container, choose a node, set CPU/RAM/disk/network, and select an ISO (for VMs) or OS template (for LXC). Backend proxies to Proxmox’s create API with auto-vmid generation via cluster/nextid. Container creation passes ostemplate and root password; VM creation attaches ISO as ide2.Then built out the clone-from-template feature for VMs. Right-click a VM template from storage content and hit “Clone Template” picks the template, lets you override CPU/RAM/disk/network (cloud-init) and set a cloud-init password, then does a full clone via Proxmox’s clone API. Backend polls the task until it finishes, then applies any overrides (cores, memory, disk resize, ipconfig0, cipassword) via the VM config endpoint.Console: tried termwebsocket with vncwebsocket fallback for LXC, but Proxmox VE 9.1 returns 501 on termwebsocket (missing pve-xtermjs API handler). Disabled LXC console for now. QEMU VNC console works fine.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.