0.0.2 • Published 4 years ago

proxmox-hotplug v0.0.2

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
4 years ago

proxmox-hotplug

This script monitor and plug any new USB device to running KVM hosted by a proxmox server.

proxmox-hotplug --help

Usage: proxmox-hotplug [options] [command]

Hotplug any new Usb device to your proxmox

Options:
  -V, --version      output the version number
  --vmid <vmid>      vmid will receved USB Devices, by default the first runing VM having an hostpci0
  --user <user>      host to connect if not root@pam (default: "root@pam")
  --port <port>      port to connect if not 8006 (default: "8006")
  --host <host>      host to connect if not 127.0.0.1 (default: "127.0.0.1")
  -p, --pass [pass]  host password, prefed stdin, nodejs script can not hide password from command line
  -h, --help         display help for command

Commands:
  byVendor           connect USB by vendorId/productId faster, do not support multiple identical Device
  byBus              connect USB by position slower, support multiple identical Device
  help [command]     display help for command
0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago