this post was submitted on 31 Aug 2025
108 points (96.6% liked)

Selfhosted

51445 readers
502 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 have been wanting to self-host recently I have an old laptop it's a Toshiba satellite m100-221 sitting around it only has 4gb of ram, but I don't know what is a good starting point for an OS for my home lab I discovered yunohost but heard mixed opinions about it when searching I would like lemmy's opinion on a good OS for a beginner wanting to start a home lab I would prefer a simple solution like yunohost but would like it to be configurable it's fine if it needs a bit of tinkering.

you are viewing a single comment's thread
view the rest of the comments
[–] drkt@scribe.disroot.org 7 points 2 weeks ago (1 children)

Take a few steps back and ask yourself what needs you're trying to fill. I never heard of Yunohost before, but it sounds high-level and abstract. Are you a programmer? Are you familiar with Linux? Are you comfortable in a terminal? Are you familiar with networking?

Find out what you want to do before installing "everything and the kitchen sink" solutions.

[–] artiman@piefed.social 3 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

I am familiar with Linux and comfortable in terminal, but I am not comfortable networking, and I am not a programmer.

[–] drkt@scribe.disroot.org 3 points 2 weeks ago (1 children)

So what do you want to do? What need are you trying to fill?

[–] artiman@piefed.social 1 points 2 weeks ago (3 children)

I want to host a couple of things like email and immich and Nextcloud for privacy and security and money saving needs I currently use Google photos and hosted Nextcloud by adminforge.de its good and privacy respecting and a nice owner, but I would like more than 2gb.

[–] bjoern_tantau@swg-empire.de 7 points 2 weeks ago

Don't host email from home. Many ISPs block that to combat spam and most email servers don't accept mails from home-IPs for the same reason.

Most people will recommend not hosting email at all because it is a pain in the arse to set up so that other aervers actually accept your mails.

[–] drkt@scribe.disroot.org 5 points 2 weeks ago (1 children)

As you want to do multiple different things, I recommend you install a hypervisor on the laptop, such as Proxmox. It'll make it easier for you, as a non-programmer, to manage containers and virtual machines.

You will have to deal some high level networking concepts regardless of what level of self-hosting you do, so you should familarize yourself with it. IP addresses, ports, basic firewalling, etc.

I won't stop you, but I will strongly discourage you from trying to host your own Email. It is a complicated mess of new standards stacked on top of ancient standards and it's miserable to work with even when it works. If you misconfigure your email server, you'll get blocked by every major email provider and there's no way back from that except starting over with a whole new IP and domain.

[–] artiman@piefed.social 2 points 2 weeks ago

Thank you very much I will try out proxmox

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

don't do email until you know what you're doing imo

[–] adarza@lemmy.ca 3 points 2 weeks ago* (last edited 2 weeks ago)

and even when you do know what you're doing, you're probably choosing not to host your own. at least not one that faces the public. a private mail 'server' that consolidates mail for you from multiple providers (and sends mail back out the same way) is different.

[–] uranibaba@lemmy.world 1 points 1 week ago

I used to support a few companies hosting their own email servers (I supported the mail server software). I will never host my own email, not unless I have a gateway between me and world, someone to configure the DNS and all that.

[–] brewery@feddit.uk 2 points 2 weeks ago

If you're comfortable in the terminal you'll be fine just starting out and figuring it as you go. Be ready for a few reinstalls but it becomes part of the fun, albeit sometimes frustrating! Go for a mainstream server os like Ubuntu or Debian (as if you google them with any issue you're likely to find at answer). Get SSH up and running with keys for security, install tailscale and don't expose to the internet until you feel more comfortable. Install docker then start on one software you think will be useful, get it up and running then move onto the next. I would recommend homepage as a front end then keep it up to date with new software so you can quickly see what you have and what ports are in use. Vaultwarden is useful for the admin passwords. I use authentik for sso but would try caddy if I was starting now.