Hey Folks,
I'm needing a bit of help here and if someone can point me in the right direction, it would be greatly appreciated.
What I'm trying to do is create a bash script which has proxmox credentials and the VMID and from those, print a URL where by when I click it, it will open up a browser and be able to access the VNC console immediately (via a authentication ticket).
(I'm posting some dummy credential data)
This is what I have so far:
Read more
I'm needing a bit of help here and if someone can point me in the right direction, it would be greatly appreciated.
What I'm trying to do is create a bash script which has proxmox credentials and the VMID and from those, print a URL where by when I click it, it will open up a browser and be able to access the VNC console immediately (via a authentication ticket).
(I'm posting some dummy credential data)
This is what I have so far:
Bash:
#!/bin/bash
# Proxmox API settings...
Read more