Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use websocket instead of ssh so that we don't need to prepare ssh configs for all proxmox node #53

Closed
sp-yduck opened this issue Jul 30, 2023 · 0 comments · Fixed by #56 or #64
Closed
Assignees
Labels

Comments

@sp-yduck
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant