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!
view the rest of the comments
Proxmox adds a lot of complexity and a nice GUI. If you are fine with using the terminal, there is really not much benefit from Proxmox and the potential issues from the added complexity are IMHO not worth it. I am not a Proxmox expert though, so take this advise with a grain of salt 😅
Is it decently easy to create and manage vm's and containers with the terminal? I use proxmox at the moment. Should I switch to Ubuntu server?
Thats a hard no IMO.
Even if you want to do something other than proxmox (just use Debian, fedora, or opensuse).
Its not bad from the CLI, you just need to know your commands.
Will get you 1 vcpu, 1GB ram, and an 8GB drive worth of debian. If you don't specify a path, in home under .local/share/libvirt/images it will go!
You can also then
And you'll get the XML, where you can edit away.
Personally, I'd rather use the webgui for most things, but yeah its perfectly doable from the CLI.
I would have thought debian is better than ubuntu but I couldn't find a server version of debian. Where do I find debian server or debian cli only?
Debian is by default suited for server. Just skip the desktop environment part in the installer.
Oh ok, I've never installed debian before so thats good to know.
With libvirt it is fairly easy yes. And you can also install a standalone web-gui like Cockpit or use the desktop app virt-manager over ssh to do it.