this post was submitted on 10 Jun 2026
95 points (97.0% liked)

Selfhosted

59858 readers
703 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
95
I need a map... (lemmy.world)
submitted 4 days ago* (last edited 4 days ago) by Snapz@lemmy.world to c/selfhosted@lemmy.world
 

There are so many options to get started with self hosting that I feel myself stuck in the "paralysis of choice". For a novice, does anyone have a good resource for the equivalent of good/better/best paths that cover the "basics" (In my mind this is hosting images, music, video, connected home controls, search and email)?

Thinking something like first try path A, if you feel comfortable and your HW can handle A, then try path B, etc. I guess a it of a tutorial mode feeling where you get exposed to key boxing blocks initially and then you are released into the large open world on your own.

I know the advantage of this movement is the choice and the well distributed variety, but just feels hard to start.

I have an old laptop, an SFF workstation and a NAS to play with.

Any suggestions?

Edit: Thank you all for a very generous response. I knew this was a tough ask from the start because, by design, this area is vast and constantly evolving. A lot of great starting points here that I'm now considering.

you are viewing a single comment's thread
view the rest of the comments
[–] skankhunt42@lemmy.ca 9 points 4 days ago

Install docker.

Choose something you want to replace. Docs, image, chat, etc.

Research replacements for $Service

Bring up the docker Container and get it working.

Use it for a day/week as the replacement. If you don't like it try a different replacement from the list above. Continue until happy.

Research a replacement for $OtherService

Bring it up on docker....

Check resources as you go. Maybe use Linux + docker on laptop and NFS from nas for storage. When the laptop isn't powerful enough anymore look at adding another docker host. Just keep building from there.

Also backups. Maybe a wiki to document your journey.