this post was submitted on 10 Jun 2026
98 points (97.1% liked)

Selfhosted

60093 readers
751 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.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
98
I need a map... (lemmy.world)
submitted 2 weeks ago* (last edited 2 weeks 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 10 points 2 weeks 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.