mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 16:05:58 +03:00
[GH-ISSUE #517] It could work with Proxmox VE? #307
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#307
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 @gilbertoferreira on GitHub (Jul 13, 2022).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/517
Hello there.
First of all I wanna thank you for this wonderful piece of software.
Is there any change to this software works with Proxmox VE?
Thanks
@catborise commented on GitHub (Jul 14, 2022):
hi, thanks. i havent tested it but it should be working together. because both of them use libvirt+connect mechanism.
i wonder that why would you use both of them. proxmox is similar with webvirtcloud.
@gilbertoferreira commented on GitHub (Jul 17, 2022):
It's some sort of.
AFAIK Proxmox doesn't use libvirt, just qemu/kvm and lxc.
@catborise commented on GitHub (Jul 18, 2022):
sorry my mistake, proxmox is using directly qemu/kvm toolkits.
libvirt is a sidekick. so, they should work together. eventually libvirt is working like a wrapper, but i think, they isolate resources to prevent manage them.
@gilbertoferreira commented on GitHub (Jul 21, 2022):
So how can we do webvirtcloud work with Proxmox?
I am not a developer but I am willing to do whatever is possible to do that.
Just send me patch instructions etc I will do so.
@catborise commented on GitHub (Jul 22, 2022):
i want to learn what is the motivation. why you want to stick with proxmox and do not want to use their interface.
Why dont you use webvirtcloud + qemu/kvm combination to manage your virtual machines?
@gilbertoferreira commented on GitHub (Jul 22, 2022):
Well... I am more interested in the interface to access the VM itself. I mean it just like WHMCS or some sort of.
Proxmox is great in admin point of view, but lack a nice interface for a enduser which contract a VPS on top of Proxmox for instance. You got it?
@carlosjs23 commented on GitHub (Aug 8, 2022):
@gilbertoferreira Proxmox does have an API so if you want to build something on top of it you certainly can.
I use Proxmox and I give my clients Proxmox access with a limited user to his resources, if you want to have a better UI you can ditch Proxmox and move to something like this that's easier to build on or stick with Proxmox and use it's API.
@gilbertoferreira commented on GitHub (Aug 15, 2022):
ok