Yes, you can.
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Thanks...That's my fault. I guess I wanted to mention I was looking for a GUI-like way of doing it. Same way virt-manager does. It handles libvirt in the background, but I guess a nice more intuitive manner of following a process to create a VM. I wanted to see if I can do something similar for a container.
virt-manager supports, at least, kvm and lxc/incus, so you should be fine.
Yeah...So far I managed to connect virt-manager to the LXC daemon after a few attempts, but I'm a bit stuck now. In order to create a new LXC container it asks for an URI and I don't know which one should I put.
There's much more tooling for containerd containers than there is for LXC
There's a GUI for containerd?
Hmmm I might be open to try. But my idea would be to have the equivalent of a local full blown VM running with its own desktop environment. But on a container. I can do this in proxmox, but I'd like to replicate it locally on my laptop.
I'm not sure about virt-manager, but there is Incus. I have a server coming soon that I am going to test it out on. https://github.com/lxc/incus.
Thanks! I was hoping it would have its own GUI, not having to run from a webUI...Kinda makes integration with a virtual desktop a bit easier. I'd like to have the equivalent of a virtualbox VM, with desktop etc, but running on a container.
Forgot about that. Think there are a few. Here is an example. https://github.com/osamuaoki/incus-ui-canonical
Edit: Here's another. https://github.com/PenningLabs/lxconsole
Thanks...The first one might actually be a normal GUI. However I don't see a way to compile it for non-debian (I'm running Nobara, which is Fedora-based). The second one is definitely a webUI.