this post was submitted on 16 Mar 2025
142 points (98.6% liked)

Selfhosted

44289 readers
681 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I know for many of us every day is selfhosting day, but I liked the alliteration. Or do you have fixed dates for maintenance and tinkering?

Let us know what you set up lately, what kind of problems you currently think about or are running into, what new device you added to your homelab or what interesting service or article you found.

This post is proudly sent from my very own Lemmy instance that runs at my homeserver since about ten days. So far, it's been a very nice endeavor.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 12 hours ago (1 children)

Migrating from proxmox to incus, continued.

  • got a manually-built wireguard instance rolling and tested, it's now "production"
  • setting up and testing backups now
  • going to export some NFS and iscsi to host video files to test playback over the network from jellyfin
  • building ansible playbooks to rebuild instances
  • looking into ansible to add system monitoring, should be easy enough

Lots of fun, actually!

[–] [email protected] 3 points 11 hours ago (1 children)

What's your motivation for the switch? Second time in a short while I've heard about people migrating to incus.

[–] [email protected] 2 points 10 hours ago (1 children)

I've moved to all containers and I'm gradually automating everything. The metaphor for orchestration and provisioning is much clearer in incus than it was in lxd, and makes way more sense than proxmox.

Proxmox is fine, I've used it for going on 8 years now, I'm still using it, in fact. But it's geared toward a "safe" view of abstraction that makes lxc containers seem like virtual machines, and they absolutely aren't, they are much, much more flexible and powerful than vms.

There are also really annoying deficiencies in proxmox that I've taken for granted for a long time as well:

  • horrible builtin resource usage metrics. And I'm happy to run my influxdb/grafana stack to monitor, but users should be able to access those metrics locally and natively, especially if they're going to be exported by the default metrics export anyway.
  • weird hangovers from early proxmox versions on io delay. Proxmox is still making users go chase down iostat rabbit holes to figure out why io_wait and "io delay" are not the same metric, and why the root cause is almost always disk, yet proxmox shows the io_wait stat as if it could be "anything"
  • integration of pass through devices is a solved problem, even for lxc, yet the bulk of questions for noobs is about just that. Pass through is solved for so many platforms, why proxmox just doesn't have that as a GUI option for lxc is baffling.
  • no install choices for zfs on root on single disk (why???)
  • etc

Ultimately, I have more flexibility with a vanilla bookworm install with incus.

[–] [email protected] 1 points 7 hours ago (1 children)

Thanks a lot for your response! I too was a bit misguided by the way Proxmox presents LXCs but I'm mostly on VMs and haven't explored LXCs further so far.

[–] [email protected] 1 points 5 hours ago

No worries. And don't misunderstand: I think proxmox is great, I've simply moved on to a different way of doing thing.