this post was submitted on 06 Aug 2025
115 points (100.0% liked)

Selfhosted

50741 readers
522 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
 

Hello everyone,

I am about to renovate my selfhosting setup (software wise). And then thought about how I could help my favourite lemmy community become more active. Since I am still learning many things and am far away from being a sysadmin I don't (just) want tell my point of view but thought about a series of posts:

Your favourite piece of selfhosting

I thought about asking everyone of you for your favourite piece of software for a specific use case. But we have to start at the bottom:

Operating systems and/or type 1 hypervisors

You don't have to be an expert or a professional. You don't even have to be using it. Tell us about your thoughts about one piece of software. Why would you want to try it out? Did you try it out already? What worked great? What didn't? Where are you stuck right now? What are your next steps? Why do you think it is the best tool for this job? Is it aimed at beginners or veterans?

I am eager to hear about your thoughts and stories in the comments!

And please also give me feedback to this idea in general.

(page 2) 24 comments
sorted by: hot top controversial new old
[–] DrunkAnRoot@sh.itjust.works 2 points 2 weeks ago (1 children)

debian very simple an classic but i started using bsds recemtly

load more comments (1 replies)
[–] LiveLM@lemmy.zip 2 points 2 weeks ago (1 children)

A friend recommended me OpenSuse MicroOS, and it has been a great experience!
It's a atomic OS designed to be just enough to run containers and it does it perfectly. It updates and reboots itself automatically so I never have to worry about it.
IMO, perfect for a home environment, just wish the documentation was better.

[–] theorangeninja@sopuli.xyz 2 points 2 weeks ago

I tried MicroOS for a while now and I don't know if it was my fault but I did not work so smoothly all the time. Maybe because the machine was turned off for a few days in a row. But a couple of times I just couldn't ssh into the machine or it would not start up at all. Luckily ,ou can roll back and I used that to copy my docker volumes and compose files over. I think about trying NixOS next.

[–] fixmycode@feddit.cl 2 points 2 weeks ago

Debian on the servers, Diet-Pi on the SBC's, all containerized.

[–] napkin2020@sh.itjust.works 2 points 2 weeks ago (2 children)

Rocky Linux. Been using debian but I like firewalld a bit more than ufw, and I don't trust myself enough to let myself touch iptable.

load more comments (2 replies)
[–] 3dcadmin@lemmy.relayeasy.com 2 points 2 weeks ago

I run several different ones, Debian is the most, Ubuntu server runs a few and I have a couple of truenas scale instances simply because they have run truenas for years and work well. One is local network only, another is available but is used for storage and storage alone via s3/minio and sftp and duplicati

[–] nitrolife@rekabu.ru 1 points 2 weeks ago* (last edited 2 weeks ago)

archlinux + podman / libvirtd + nomad (libvirt and docker plugins) + ansible / terraform + vault / consul sometimes

UPD:

archlinux - base os. You never need change major version and that is great. I update core systems every weekend.

podman / libvirtd - 2 types of core abstractions. podman - docker containers management, libvirtd - VM management.

nomad - Hashicorp orcestrator. You can run exec, java application, container or virtual machine on one way with that. Can integrate with podman and libvirtd.

ansible - VM configuration playbooks + core system updates

terraform - engine for deploy nomad jobs (docker containers. VMs. execs or something else)

Vault - K/V storage. I save here secrets for containers and VMs

consul - service networking solution if you need realy hard network layer

As a result, I'm not really sure if it's a simple level or a complex one, but it's very flexible and convenient for me.

UPD2: As a result, I described the applications level, but in fact it is 1 very thick server on AMD Epic with archlinux. XD By the way, the lemmy node from which I write is just on it. =) And yes, it's still selfhosted.

[–] lena@gregtech.eu 1 points 2 weeks ago

Ubuntu Server. It just works.

[–] SpaceNoodle@lemmy.world 1 points 2 weeks ago
load more comments
view more: ‹ prev next ›