mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 09:25:53 +03:00
[PR #162] [MERGED] Vnc and Term Proxy Example #187
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#187
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/162
Author: @ricardoalcantara
Created: 9/18/2024
Status: ✅ Merged
Merged: 9/19/2024
Merged by: @luthermonson
Base:
main← Head:main📝 Commits (1)
45a4415Vnc and Term Proxy Example📊 Changes
24 files changed (+1807 additions, -0 deletions)
View changed files
➕
examples/term-and-vnc/.air.toml(+51 -0)➕
examples/term-and-vnc/.env.sample(+5 -0)➕
examples/term-and-vnc/.gitignore(+26 -0)➕
examples/term-and-vnc/README.md(+78 -0)➕
examples/term-and-vnc/go.mod(+49 -0)➕
examples/term-and-vnc/go.sum(+171 -0)➕
examples/term-and-vnc/impl/common.go(+51 -0)➕
examples/term-and-vnc/impl/term.go(+88 -0)➕
examples/term-and-vnc/impl/vnc.go(+129 -0)➕
examples/term-and-vnc/main.go(+42 -0)➕
examples/term-and-vnc/server.crt(+20 -0)➕
examples/term-and-vnc/server.key(+28 -0)➕
examples/term-and-vnc/website/.gitignore(+24 -0)➕
examples/term-and-vnc/website/index.html(+15 -0)➕
examples/term-and-vnc/website/package-lock.json(+840 -0)➕
examples/term-and-vnc/website/package.json(+20 -0)➕
examples/term-and-vnc/website/public/vite.svg(+1 -0)➕
examples/term-and-vnc/website/style.css(+10 -0)➕
examples/term-and-vnc/website/term.html(+17 -0)➕
examples/term-and-vnc/website/term.js(+21 -0)...and 4 more files
📄 Description
As promised, here’s the sample code. Let me know if you need any changes to fit the project better.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.