mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 09:25:53 +03:00
[PR #161] [MERGED] Re-Implementation of Term and VNC Features. #188
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#188
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/161
Author: @ricardoalcantara
Created: 9/13/2024
Status: ✅ Merged
Merged: 9/18/2024
Merged by: @luthermonson
Base:
main← Head:main📝 Commits (4)
07d287aRemoving unnecessary break line45d52a3New Term and VNC Impl v18737301Fix: TestNode_TermProxyf714768Add: TestNode_VncProxy📊 Changes
10 files changed (+274 additions, -114 deletions)
View changed files
📝
containers.go(+10 -3)📝
nodes.go(+10 -3)📝
proxmox.go(+86 -8)📝
tests/integration/nodes_test.go(+63 -25)📝
tests/integration/proxmox_test.go(+8 -1)📝
tests/integration/storage_test.go(+17 -16)📝
tests/integration/tasks_test.go(+6 -5)📝
tests/integration/virtual_machines_test.go(+47 -46)📝
types.go(+15 -2)📝
virtual_machine.go(+12 -5)📄 Description
Hi, recently I opened two issues:
#147: This issue was caused by a breakline that prevented me from using xtermjs.org. After removing the breakline, it worked fine.
#148: I was unable to use VNC at all.
After some research, I decided to re-implement the solution since I use this library frequently, and these features are important to me.
Additionally, I created a proof of concept (POC), hosted in this repository: https://github.com/ricardoalcantara/go-proxmox-term-and-vnc, which I will soon incorporate into my own project.
I would like to contribute my work and I'm open to further discussion.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.