public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [RFC access-control/manager/proxmox{, -yew-comp, -datacenter-manager}/xtermjs 00/11] add remote node shell
@ 2025-11-05 14:13 Fabian Grünbichler
  2025-11-05 14:13 ` [pve-devel] [PATCH pve-xtermjs 1/1] xtermjs: add support for remote node shells via PDM Fabian Grünbichler
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Fabian Grünbichler @ 2025-11-05 14:13 UTC (permalink / raw)
  To: pve-devel

This RFC is a PoC for adding a node shell to PVE remotes. If the general
direction is okay, it will be extended to cover PBS as well for a proper v1.

The PVE remote side needs pve-access-control and pve-manager bumped, the PDM
side needs pve-xtermjs and PDM itself bumped, proxmox and proxmox-yew-comp need
bumps before building PDM with them included.

pve-xtermjs:

Fabian Grünbichler (1):
  xtermjs: add support for remote node shells via PDM

 xterm.js/src/main.js | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)


pve-access-control:

Fabian Grünbichler (1):
  api: ticket: allow token-owned VNC ticket verification

 src/PVE/API2/AccessControl.pm | 40 +++++++++++++++++++++++------------
 1 file changed, 27 insertions(+), 13 deletions(-)


pve-manager:

Fabian Grünbichler (2):
  api: termproxy/vncwebsocket: allow tokens
  api: termproxy: add description to return schema

 PVE/API2/Nodes.pm | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)


proxmox:

Fabian Grünbichler (2):
  pve-api-types: add termproxy call and types
  http: websocket: add proxy helper

 proxmox-http/src/websocket/mod.rs    | 67 ++++++++++++++++++++++++
 pve-api-types/generate.pl            |  2 +
 pve-api-types/pve-api.json           |  4 ++
 pve-api-types/src/generated/code.rs  | 20 +++++++-
 pve-api-types/src/generated/types.rs | 76 ++++++++++++++++++++++++++++
 5 files changed, 168 insertions(+), 1 deletion(-)


proxmox-yew-comp:

Fabian Grünbichler (1):
  xtermjs: add remote support

 src/apt_package_manager.rs |  9 ++++++---
 src/xtermjs.rs             | 38 +++++++++++++++++++++++++++++++++-----
 2 files changed, 39 insertions(+), 8 deletions(-)


proxmox-datacenter-manager:

Fabian Grünbichler (4):
  connection: add access to "raw" client
  api: pve: add termproxy endpoint
  api: pve: add vncwebsocket endpoint
  ui: pve: node: add shell tab

 server/src/api/pve/node.rs                    | 259 +++++++++++++++++-
 server/src/connection.rs                      |  11 +
 .../src/metric_collection/collection_task.rs  |   5 +
 server/src/test_support/fake_remote.rs        |   5 +
 ui/src/pve/node/mod.rs                        |  19 +-
 5 files changed, 293 insertions(+), 6 deletions(-)


Summary over all repositories:
  15 files changed, 547 insertions(+), 36 deletions(-)

-- 
Generated by git-murpp 0.8.1


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

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

end of thread, other threads:[~2025-11-05 14:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-05 14:13 [pve-devel] [RFC access-control/manager/proxmox{, -yew-comp, -datacenter-manager}/xtermjs 00/11] add remote node shell Fabian Grünbichler
2025-11-05 14:13 ` [pve-devel] [PATCH pve-xtermjs 1/1] xtermjs: add support for remote node shells via PDM Fabian Grünbichler
2025-11-05 14:13 ` [pve-devel] [PATCH access-control 1/1] api: ticket: allow token-owned VNC ticket verification Fabian Grünbichler
2025-11-05 14:13 ` [pve-devel] [PATCH manager 1/2] api: termproxy/vncwebsocket: allow tokens Fabian Grünbichler
2025-11-05 14:13 ` [pve-devel] [PATCH manager 2/2] api: termproxy: add description to return schema Fabian Grünbichler
2025-11-05 14:13 ` [pve-devel] [PATCH proxmox 1/2] pve-api-types: add termproxy call and types Fabian Grünbichler
2025-11-05 14:13 ` [pve-devel] [PATCH proxmox 2/2] http: websocket: add proxy helper Fabian Grünbichler
2025-11-05 14:13 ` [pve-devel] [PATCH proxmox-yew-comp 1/1] xtermjs: add remote support Fabian Grünbichler
2025-11-05 14:13 ` [pve-devel] [PATCH proxmox-datacenter-manager 1/4] connection: add access to "raw" client Fabian Grünbichler
2025-11-05 14:13 ` [pve-devel] [PATCH proxmox-datacenter-manager 2/4] api: pve: add termproxy endpoint Fabian Grünbichler
2025-11-05 14:13 ` [pve-devel] [PATCH proxmox-datacenter-manager 3/4] api: pve: add vncwebsocket endpoint Fabian Grünbichler
2025-11-05 14:13 ` [pve-devel] [PATCH proxmox-datacenter-manager 4/4] ui: pve: node: add shell tab Fabian Grünbichler

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