Re: [pve-devel] Allow external vnc access via vncwebsocket

2018-02-02 Thread Dominik Csapak
Hi, a few things to this patch this is not a proper git patch, so please see https://pve.proxmox.com/wiki/Developer_Documentation for how to send proper patches (also see the notes about indentation etc.) the commit message/subject is also not very meaningful, better would be something

[pve-devel] Allow external vnc access via vncwebsocket

2018-02-02 Thread Entwickler (centron GmbH)
This allows Access to novnc from an external Webinterface to user vnc. --- /usr/share/perl5/PVE/HTTPServer.pm 2018-01-17 09:18:26.0 +0100 @@ -76,11 +76,16 @@ if ($require_auth) { - die "No ticket\n" if !$ticket; - - ($username, $age) =