From: "Fabian Grünbichler" <f.gruenbichler@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [RFC access-control/manager/proxmox{, -yew-comp, -datacenter-manager}/xtermjs 00/11] add remote node shell
Date: Wed, 5 Nov 2025 15:13:02 +0100 [thread overview]
Message-ID: <20251105141335.1230493-1-f.gruenbichler@proxmox.com> (raw)
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
next reply other threads:[~2025-11-05 14:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-05 14:13 Fabian Grünbichler [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251105141335.1230493-1-f.gruenbichler@proxmox.com \
--to=f.gruenbichler@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox