diff options
Diffstat (limited to 'testing/kimchi/alpine-specific-kimchi.api.patch')
-rw-r--r-- | testing/kimchi/alpine-specific-kimchi.api.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/kimchi/alpine-specific-kimchi.api.patch b/testing/kimchi/alpine-specific-kimchi.api.patch new file mode 100644 index 0000000000..e092f46c70 --- /dev/null +++ b/testing/kimchi/alpine-specific-kimchi.api.patch @@ -0,0 +1,20 @@ +--- a/ui/js/src/kimchi.api.js ++++ b/ui/js/src/kimchi.api.js +@@ -324,7 +324,7 @@ + url += server_root; + url += "/plugins/kimchi/serial/html/serial.html"; + url += "?port=" + proxy_port; +- url += "&path=" + server_root + "/websockify"; ++ url += "&path=" + server_root + "websockify"; + url += "?token=" + wok.urlSafeB64Encode(vm+'-console').replace(/=*$/g, ""); + url += '&encrypt=1'; + window.open(url); +@@ -348,7 +348,7 @@ + url += server_root; + url += "/plugins/kimchi/novnc/vnc_auto.html"; + url += "?port=" + proxy_port; +- url += "&path=" + server_root + "/websockify"; ++ url += "&path=" + server_root + "websockify"; + /* + * From python documentation base64.urlsafe_b64encode(s) + * substitutes - instead of + and _ instead of / in the |