public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup 0/5] implement web console
@ 2020-07-21  9:10 Dominik Csapak
  2020-07-21  9:10 ` [pbs-devel] [PATCH proxmox-backup 1/5] server/config: add mechanism to update template Dominik Csapak
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Dominik Csapak @ 2020-07-21  9:10 UTC (permalink / raw)
  To: pbs-devel

this series implements the necessary changes to access a shell via xtermjs

this replaces my previous series 'prerequisites for console' [0]

it needs an installed pve-xtermjs package with my latest patches [1]
as well as an bumped proxmox crate (updated version in Cargo.toml as well)

0: https://lists.proxmox.com/pipermail/pbs-devel/2020-July/000080.html
1: https://lists.proxmox.com/pipermail/pbs-devel/2020-July/000108.html

Dominik Csapak (5):
  server/config: add mechanism to update template
  api2/access: implement term ticket
  api2/nodes: add termproxy and vncwebsocket api calls
  server/rest: add console to index
  ui: add Console Button

 Cargo.toml                      |   6 +-
 src/api2/access.rs              |  79 +++++++--
 src/api2/node.rs                | 276 +++++++++++++++++++++++++++++++-
 src/bin/proxmox-backup-proxy.rs |   7 +-
 src/config/acl.rs               |   2 +
 src/server/config.rs            |  67 +++++++-
 src/server/rest.rs              |  18 ++-
 src/tools/ticket.rs             |  32 ++++
 www/ServerStatus.js             |  10 +-
 9 files changed, 460 insertions(+), 37 deletions(-)

-- 
2.20.1





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-07-23 11:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21  9:10 [pbs-devel] [PATCH proxmox-backup 0/5] implement web console Dominik Csapak
2020-07-21  9:10 ` [pbs-devel] [PATCH proxmox-backup 1/5] server/config: add mechanism to update template Dominik Csapak
2020-07-21  9:10 ` [pbs-devel] [PATCH proxmox-backup 2/5] api2/access: implement term ticket Dominik Csapak
2020-07-21  9:10 ` [pbs-devel] [PATCH proxmox-backup 3/5] api2/nodes: add termproxy and vncwebsocket api calls Dominik Csapak
2020-07-21  9:10 ` [pbs-devel] [PATCH proxmox-backup 4/5] server/rest: add console to index Dominik Csapak
2020-07-21  9:10 ` [pbs-devel] [PATCH proxmox-backup 5/5] ui: add Console Button Dominik Csapak
2020-07-23 11:24 ` [pbs-devel] applied-series: [PATCH proxmox-backup 0/5] implement web console Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal