You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently CAPPX uses ssh to perform remote command against proxmox node. to use ssh, we are specifying NODE_URL, NODE_USER, NODE_PASSWORD. It means, if we have multiple proxmox nodes, we need to specify NODE_URL, NODE_USER, NODE_PASSWORD for all proxmox nodes and it obviously not a good idea.
Since Proxmox supports vnc websocket (https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/vncwebsocket) and it can be used without any additional configuration like other rest api endpoint, it would be great choice to perform remote command against to multiple proxmox nodes.
Currently CAPPX uses ssh to perform remote command against proxmox node. to use ssh, we are specifying NODE_URL, NODE_USER, NODE_PASSWORD. It means, if we have multiple proxmox nodes, we need to specify NODE_URL, NODE_USER, NODE_PASSWORD for all proxmox nodes and it obviously not a good idea.
Since Proxmox supports vnc websocket (https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/vncwebsocket) and it can be used without any additional configuration like other rest api endpoint, it would be great choice to perform remote command against to multiple proxmox nodes.
related to #6
The text was updated successfully, but these errors were encountered: