this post was submitted on 07 Mar 2025
97 points (97.1% liked)

Selfhosted

43587 readers
508 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
 

Please bear with me as I don't know where else to ask.

I want to start to self host but do not know where to start. I would like to start small. Just something that might not be beneficial but to get my feet wet. It does not even have to be practical.

I am not tech illiterate and have my fair share of technology around me hut self hosting has always been a daunting task.

I am scared to start.

I am already using a PiHole at home but that was kind of plug and play and just worked.

I would be incredibly grateful if someone could guide me to some resource or tell me what an easy first step would be.

An FAQ or self hosting for dummies.

Most resources I found assumed some previous knowledge.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 day ago* (last edited 1 day ago) (2 children)

You could try something like YunoHost to get started! It's kind of a one-click deployment platform for self-hosting, ready to use with user management, reverse proxy with SSL, somewhat preconfigured services to choose from, etc.

Ideally you can also learn the tools needed like Docker, Ansible, etc, but with yunohost and a SBC (e.g. RaspberryPi), or a €5/month VPS (easier if you want to access your services publicly), you will have a ready-to-use boilerplate that you can start building on.

Learning all the individual technologies at the same time might be overwhelming at the beginning, but something like yunohost will allow you over time to learn all the stuff around the deployment itself, e.g. how domains and DNS records work, how the SSL certificates are generated, which services you would like to set up and use, the configuration needed for these services individually, etc. And at the same time you can start using a few useful services!

Then, as you start learning, you could start setting up services one-by-one manually with e.g. Docker, either at the same server or a new one.

Don't forget to look for the admin documentation for each software you're setting up (e.g. Nextcloud etc). And look at awesome-selfhosted, it's a list of more resources and software to use and deploy!

Good luck and have fun!

(Edit: There are some yunohost alternatives you might want to look into, but most of what I found either had a very small selection of software, or had a subscription service etc that they want to sell you, while limiting what you can do on your own server)

[–] [email protected] 2 points 1 day ago

I agree with this. I'm running CasaOS on a Pi4. Having the initial ease of one click installs gives you a great start, then you'll start to find that you need to manage some port assignments, then you'll start learning about Docker environment variables, then you'll be managing custom installs.

Awesome-Selfhosted is a great resource. Just browse and try something interesting.

My own recent journey went like this:

Run AdGuard Add DokuWiki, Navidrome, Mealie Set up Cloudflare Tunnels Add FreshRSS, Homer, SearchXNG

I also have Nextcloud on a VPS, but the fun is on the Pi.

[–] [email protected] 2 points 1 day ago (1 children)

That seems like a sensible approach.

The whole area around selfhosting not just the deployment keeps me in somewhat of an analysis paralysis. Like what a reverse proxy is and why it is beneficial, how to set up and configure ssl and the whole area about not using a compromised service kind of keep me from starting.

Locally and not connected to the Internet might be the best way to get started and then I will hopefully someday be able to remotely use my services.

[–] [email protected] 2 points 1 day ago

Get a decent router with capability to be Wireguard server, and you can always have access to your services from anywhere, without exposing them. It's really easy to set up, too.