[pve-devel] [PATCH] add new xtermjs client

Dominik Csapak d.csapak at proxmox.com
Fri Dec 1 09:29:50 CET 2017


this series adds support for the xtermjs terminal client for the host shell,
container consoles, and serial terminal for qemu vms

this series depends on the 'pve-xtermjs' package
to be found under: https://git.proxmox.com/?p=pve-xtermjs.git;a=summary

it also depends an a current version of pve-common (not yet pacakged)

also the version dependencies are not correct yet, but those can be extra patches

pve-manager:

Dominik Csapak (5):
  add termproxy api call for nodes
  add xtermjs to pveproxy dirs
  add new xtermjs viewer window to Utils
  add xtermjs flag to VNCConsole iframe
  add xtermjs to consolebutton

 PVE/API2/Nodes.pm                    | 100 +++++++++++++++++++++++++++++++++++
 PVE/Service/pveproxy.pm              |   9 +++-
 www/manager6/Utils.js                |  14 +++++
 www/manager6/VNCConsole.js           |  11 +++-
 www/manager6/button/ConsoleButton.js |  27 +++++++---
 www/manager6/lxc/Config.js           |  30 +++++++----
 www/manager6/node/Config.js          |   9 ++++
 7 files changed, 182 insertions(+), 18 deletions(-)

pve-container

Dominik Csapak (1):
  add termproxy api call for lxc

 src/PVE/API2/LXC.pm | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 84 insertions(+)

qemu-server:

Dominik Csapak (2):
  add termproxy api call
  enable vncproxy with vncterm for serial ports

 PVE/API2/Qemu.pm | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 107 insertions(+), 3 deletions(-)
-- 
2.11.0





More information about the pve-devel mailing list