Rancher 2 UI driver for Proxmox VE.
See the Rancher Documentation on how to add a node driver to your installation. The relevant part is in ‘Adding Custom Node Drivers’:
Complete the Add Node Driver form. Then click Create:
| Key | Value |
|---|---|
| Download URL | https://github.com/cuza/docker-machine-driver-proxmox-ve/releases/download/v0.0.2-alpha/docker-machine-driver-proxmoxve.linux-amd64 |
| Custom UI URL | https://cuza.github.io/rancher-ui-driver-proxmoxve/component.js |
| Checksum | 8771ed1afa47a3dbc310897baacf81f7 |
| Whitelist Domains | - cuza.github.io- your-proxmox-host |
Hint: When updating the driver, you might need to clone your node templates to ensure they use the updated driver version.

This package contains a small web-server that will serve up the custom driver UI at http://localhost:3000/component.js. You can run this while developing and point the Rancher settings there.
npm startnpm start -- --name=DRIVERNAMEFor other users to see your driver, you need to build it and host the output on a server accessible from their browsers.
npm run builddist directory onto a webserver.
This driver is based on the great work of: