5
0
mirror of git://git.proxmox.com/git/novnc-pve.git synced 2025-01-18 10:03:52 +03:00

10 Commits

Author SHA1 Message Date
Dominik Csapak
bd98941d91 use esbuild instead of node-es6-module-transpiler
the latter cannot cope with some js syntax novnc now uses, but the former can

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-12-21 11:20:46 +01:00
Thomas Lamprecht
86b61b8527 ship minimal packages.json
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-17 10:58:10 +02:00
Thomas Lamprecht
eb3e349c4d d/rules use dpkg make script helper for package version
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-17 10:58:10 +02:00
Thomas Lamprecht
e7b1c1cf8e d/rules: dh hunk comes first
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-14 17:00:33 +02:00
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