[PR #26] [MERGED] semi working termproxy/vncwebsocket endpoints #82

Closed
opened 2026-03-03 15:30:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/luthermonson/go-proxmox/pull/26
Author: @luthermonson
Created: 2/7/2022
Status: Merged
Merged: 2/7/2022
Merged by: @luthermonson

Base: mainHead: vnc


📝 Commits (1)

  • d586877 semi working termproxy/vncwebsocket endpoints

📊 Changes

10 files changed (+299 additions, -11 deletions)

View changed files

📝 containers.go (+17 -5)
📝 go.mod (+3 -0)
📝 go.sum (+7 -0)
📝 magefile.go (+1 -0)
📝 nodes.go (+16 -1)
📝 nodes_test.go (+33 -0)
📝 proxmox.go (+149 -0)
📝 types.go (+21 -1)
📝 virtual_machines.go (+15 -0)
📝 virtual_machines_test.go (+37 -4)

📄 Description

this recreates the functionality in the xterm.js vnc web socket connection used by proxmox to talk to the host/qemu/lxc. This was mostly tested using the host but should be functional in containers out of the box and will be tested more with containers when i actually get to working on them.

the web socket has some prereqs you will need to see #25 for setup info and figure out how to get your guest vms to properly use the socket0 serial for tty output.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/luthermonson/go-proxmox/pull/26 **Author:** [@luthermonson](https://github.com/luthermonson) **Created:** 2/7/2022 **Status:** ✅ Merged **Merged:** 2/7/2022 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `vnc` --- ### 📝 Commits (1) - [`d586877`](https://github.com/luthermonson/go-proxmox/commit/d586877d554042ce1da4e740474473f3eb232369) semi working termproxy/vncwebsocket endpoints ### 📊 Changes **10 files changed** (+299 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `containers.go` (+17 -5) 📝 `go.mod` (+3 -0) 📝 `go.sum` (+7 -0) 📝 `magefile.go` (+1 -0) 📝 `nodes.go` (+16 -1) 📝 `nodes_test.go` (+33 -0) 📝 `proxmox.go` (+149 -0) 📝 `types.go` (+21 -1) 📝 `virtual_machines.go` (+15 -0) 📝 `virtual_machines_test.go` (+37 -4) </details> ### 📄 Description this recreates the functionality in the xterm.js vnc web socket connection used by proxmox to talk to the host/qemu/lxc. This was mostly tested using the host but should be functional in containers out of the box and will be tested more with containers when i actually get to working on them. the web socket has some prereqs you will need to see #25 for setup info and figure out how to get your guest vms to properly use the socket0 serial for tty output. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:30:07 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/go-proxmox#82
No description provided.