Search results

  1. A

    Webconsole on another webserver with xtermjs

    I am attempting to host a xtermjs terminal on another webserver. When using xtermjs library and javascript websocket the connection fails. import { Terminal } from 'xterm'; import { AttachAddon } from 'xterm-addon-attach'; const user = "root@pam"; const ticket =...
  2. A

    proxmox api import disk

    Any updates on this? I would really like to import disk through API.
  3. A

    Import disk from file using API

    I know that you can import disk from file to VM using CLI: qm importdisk 9000 bionic-server-cloudimg-amd64.img local-lvm However I want to do this using the API, but there is no endpoint for that. I have attempted to change the configuration and move the disk.. VM config is set to: POST...