GitHub user bhouse-nexthop added a comment to the discussion: Nginx or Apache as a reverse proxy in front of CloudStack (including VNC console support)
The biggest issue with a proxy would be the fact that the consolevm and ssvm can spawn multiple instances dynamically so you'd have to do something like a regex match on the server name to extract the ip address of the real backend console or ssvm node. I haven't found a premade example for cloudstack, but openstack has a similar problem and this is their solution: https://platform9.com/docs/openstack-docs/openstack/accessing-vms-access-vm-kvm Of course we'd need to parse server_name instead of location, which could be done something like this: https://stackoverflow.com/a/37578602 GitHub link: https://github.com/apache/cloudstack/discussions/11562#discussioncomment-14300958 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
