mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 09:25:53 +03:00
[PR #26] [MERGED] semi working termproxy/vncwebsocket endpoints #82
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:vnc📝 Commits (1)
d586877semi 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.