this post was submitted on 24 Sep 2025
153 points (94.7% liked)

Selfhosted

51863 readers
581 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
 

Curious to know what the experiences are for those who are sticking to bare metal. Would like to better understand what keeps such admins from migrating to containers, Docker, Podman, Virtual Machines, etc. What keeps you on bare metal in 2025?

you are viewing a single comment's thread
view the rest of the comments
[–] a1studmuffin@aussie.zone 2 points 5 days ago (1 children)

I'm curious why you feel these are easier to run on bare metal? I only ask as I've just built my first proxmox PC with the intent to run TrueNAS and Home Assistant OS as VMs, with 8x SAS enterprise drives on an HBA passed through to the TrueNAS VM.

Is it mostly about separation of concerns, or is there some other dragon awaiting me (aside from the power bills after I switch over)?

[–] lka1988@lemmy.dbzer0.com 2 points 5 days ago* (last edited 5 days ago) (1 children)

Anything I run on Proxmox, per my own requirements, needs to be hardware-agnostic. I have a 3-node cluster set up to be a "playground" of sorts, and I like being able to migrate VMs/LXCs between different nodes as I see fit (maintenance reasons or whatever).

Some services I want to run on their own hardware, like Home Assistant, because it offers more granular control. The Lenovo M710q Tiny that my HA system runs on, even with its i7-7700T, pulls a whopping 10W on average. I'll probably change it to the Pentium G4560T that's currently sitting on my desk, and repurpose the i7-7700T for another machine that could use the horsepower.

My NAS is where Im more concerned about separation of duties. I want my NAS to only be a NAS. OMV is pretty simple to manage, has a great dashboard, spits out SMART data, and also runs a weekly rsync backup command on my RAID to a separate 8TB backup drive. I'm currently in the process of building a "new" NAS inside a gutted HP server case from 2003 to replace the Mac mini/USB 4-bay drive enclosure. New NAS will have a proper HBA to handle drives.

or is there some other dragon awaiting me (aside from the power bills after I switch over)?

My entire homelab runs about 90-130W. It's pulled a total of ~482kWh since February (when I started monitoring it). That's 3x tiny/mini/micro PCs (HP 800 G3 i7, HP 800 G4 i7, Lenovo M710q i7), an SFF (Optiplex 7050 i7), 2014 Mac mini (i5)/loaded 4-bay HDD enclosure/8TB USB HDD, Raspberry Pi 0W, and an 8-port switch.

[–] a1studmuffin@aussie.zone 2 points 4 days ago

Wow, thanks so much for the detailed rundown of your setup, I really appreciate it! That's given me a lot to think about.

One area that took me by surprise a little bit with the HBA/SAS drive approach I've taken (and it sounds like you're considering) is the power draw. I just built my new server PC (i5-8500T, 64GB RAM, Adaptec HBA + 8x 6TB 12GB SAS drives) and initial tests show on its own it idles at ~150W.

I'm fairly sure most of that is the HBA and drives, though I need to do a little more testing. That's higher than I was expecting, especially since my entire previous setup (Synology 4-bay NAS + 4x SATA drives, external 8TB drive, Raspberry Pi, switch, Mikrotik router, UPS) idles at around 80W!

I'm wondering if it may have been overkill going for the SAS drives, and a proxmox cluster of lower spec machines might have been more efficient.

Food for thought anyway... I can tell this will be a setup I'm constantly tinkering with.