mirror of
https://github.com/devnullvoid/pvetui.git
synced 2026-04-25 05:15:51 +03:00
[GH-ISSUE #53] Missing Features & QOL #10
Labels
No labels
bug
bug
documentation
enhancement
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pvetui#10
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?
Originally created by @tylerdotrar on GitHub (Nov 24, 2025).
Original GitHub issue: https://github.com/devnullvoid/pvetui/issues/53
Originally assigned to: @devnullvoid on GitHub.
First and foremost, just recently discovered this project and think it's fantastic! None of these are inherently broken features of the project, just moreso thoughts and observations for future improvements.
(For added context I am using
pvetuiwith two separate non-clustered PVE nodes within my homelab, both using custom TLS certificates from a virtualized OPNsense CA for cleaner looking internal web traffic.)Missing Features / QOL:
pvetuimuch more valuable in my opinion. Makes transfers between nodes much easier.Tagswould be nice. Again, probably not feasible, but would be nice.pvetuithe tags label has two S's, i.e.,Tagss.Minor Issues:
sudo-- this results in SSH returning an exist status 127 error because thesudobinary does not exist.Potential Fixes:
sudoas a requirement in the README.sudofrom thepctcommand if thessh_useris set toroot.JoeSchmoe, PVE SSH User:tui-user, Result: SSH failing due to user not existing on VM.)Potential Fix:
vm_user); if the parameter is empty, then assume the value matchesssh_user.pvetuifails to connect to my virtual machines, whereas it works within the classic Proxmox management webpage. To be completely fair, this could likely be a NoVNC specific issue rather thanpvetui, but figured I would mention it. Didn't do too much troubleshooting to be fair, but at least noticed this console output:With all that said, love the project so far! Thanks for your time if you read this far.
@tdtmusic2 commented on GitHub (Nov 24, 2025):
I would add another minor issue here. In the Windows version, in powershell, you cannot see the selection bar when switching guests or nodes, since it's black on black background. If I change the powershell colors it's ok. Not sure if that's the default ps appearance or it's different on my system but I thought to mention it anyway.
@devnullvoid commented on GitHub (Nov 25, 2025):
Thank you for the report and suggestions! What terminal emulator is showing "Tagss"? I noticed this problem early on in development -- basically, its caused by the emojis -- but I thought I had fixed all of the occurrences.
I am planning on adding support for basic backup management similar to the snapshot system.
I'll add a note about
sudoin the readme for now. And looking into the noVNC issue. What OS are you on and how did you install pvetui?@devnullvoid commented on GitHub (Nov 25, 2025):
I've added a
vm_ssh_useroption and removedsudofrom commands whenssh_userisroot@tdtmusic2 commented on GitHub (Nov 25, 2025):
Another feature that would be nice to have is to be able to search guests by IP address and/or MAC address. It does not seem to work now, returns no results.
@devnullvoid commented on GitHub (Nov 26, 2025):
@tdtmusic2 can you provide a screenshot from powershell so I can see what you mean?
I'd like to separate out the remaining items from this issue for better tracking:
@tylerdotrar commented on GitHub (Nov 26, 2025):
I am impressed with how quick you have actioned all this! For further context:
pvetuivia thego install github.com/devnullvoid/pvetui/cmd/pvetui@latestcommand (resulting in v1.0.11).Interestingly, while trying to grab a GIF for proof, I think I found why the issue may be hard to pinpoint: I am only able to recreate the bug if I switch to the guests tab (
Alt+2) beforepvetuifinishes loading Guest Agent Data. If I wait for Guest Agent Data to load before moving to the guests tab, then "Tags" is properly displayed.Below GIF displays the "Tagss" bug in v1.0.11 after the Guest Agent Data is loaded.

Edit: Just as I am about to post this, I decided to upgrade
pvetuito the version you released yesterday (v1.0.12) -- seems that the "Tagss" issue posted above from v1.0.11 is no longer present. So hell yeah dude for crushing these things so fast.@tylerdotrar commented on GitHub (Nov 26, 2025):
Test Environment:
pvetuicompiled viago install; versions tested being v1.0.11 and v1.0.12.pvetui. In the next day or two I'll upgrade to PVE v9.x to deduce another variable.pvetuihas been tested withinsecureset to both true & false.Browser Console 404's:

Edit: Yet another last minute edit before posting; think I found the issue (or at least a direction to pinpoint it). Downloading your offical release was successful when using NoVNC; however compiling
pvetuiviago install <repo>results in the VNC instance hanging and failing. The only discernable difference is your release's inclusion of an "internal" directory, whereas compiling from Go does not leave anything besides the binary (as well as results in the above mentioned 404 errors).@tdtmusic2 commented on GitHub (Nov 26, 2025):
Sure, I'm talking when the terminal has black background and you go up and down on the guest list, you cannot see the selection. On the blue terminal it's ok (second pic). Like I said, this might be subjective since everyone themes their terminal how they like, but I think a lot of people have it with black background by default, so I thought I should report it.
@devnullvoid commented on GitHub (Nov 26, 2025):
thanks for the details! I will test on my Windows boxes and work on a fix for both the colors and noVNC issue.
@devnullvoid commented on GitHub (Nov 27, 2025):
noVNC issue is fixed in the develop branch! It seems go embed excludes any directories named
vendorwhich prevented the noVNC lib files from being includedAlso added search by IP and Tags
more to come...
@devnullvoid commented on GitHub (Nov 29, 2025):
Everything except the backup management should now be in the latest release. Let me know if there are any other issues!
I'd like to open a separate issue for tracking the backup management feature.