5
0
mirror of git://git.proxmox.com/git/novnc-pve.git synced 2025-01-06 17:17:58 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
Dominik Csapak
4930b83280 add version to js/css url to prevent caching
when our version changes, we always want the user to have the new version

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-07-23 12:04:24 +02:00
Dominik Csapak
1e63d71311 transpile javascript before packaging
instead of using the babel-shim (which is not production-ready),
create a bundle app.js file with node-es6-module-transpiler in the
dh_auto_build step

this way, we only need to ship 1 js file instead of many

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-05-24 13:00:39 +02:00
Dominik Csapak
742d9e9130 upgrade novnc to commit b0061a3c49dc25a71f7b0a9a1f31a8befe787cb4
novnc changed quiet a bit, so we have to update
the Makefile, add a line to the debian rules file, and
to adjust the install file

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-05-24 13:00:39 +02:00
Alexandre Derumier
a7e88cd9e9 bump to 0.5.1 master branch
generate pveui.js from include/ui.js with a patch

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-06-25 18:29:50 +02:00
Dietmar Maurer
5eef998292 fix binary type detection
We need to use wss:// instead of ws:// to avoid security errors.
2014-06-18 14:18:47 +02:00
Dietmar Maurer
0fbbbb73b3 add our own debian files 2014-06-13 09:20:55 +02:00