Or maybe a two click solution? :)
Self hosting what?
In general
- Install docker
- Copy and paste docker run commands from the getting started guide
- Learn from mistakes
Also learn how to translate docker commands to docker-compose.yml
docker-compose helped me wrap my head around docker. I can use run commands now, but prefer to either modify a compose file or create my own to spin things up.
I agree but use docker-compose instead!
https://www.youtube.com/c/SpaceinvaderOne
This guy got me from 0 to having a bunch of useful internet facing services.
Removed by mod
Hmm maybe Unraid with the community store? When you got unraid running its just a matter of selecting an app from the store and hop: it runs. Kinda…
What about renting a server and running it there?
So you "self"host elsewhere?
For a two click solution: YunoHost
Disclaimer: I didn’t try it out myself.
I am currently using yunohost.
I report that it works out of the box within the local network.
Depends on what you want to self-host. In general, I would advise against self-hosting anything before you familiarise yourself with the basics of *nix, networking and cyber security.
You at least need to know enough to make sure that whatever you host is only available within your local network and is inaccessible from the outside.
Once that’s ensured, go nuts, experiment, learn, evolve.
In terms of how to start, really depends on your budget, what hardware you can spare, how much space you have at your place etc.
For the most basic playground it’s enough to have a raspberry pi or similar, or a very old laptop / desktop computer.
For something more swanky you can get old Dell servers (e.g. R420) online for around 100$ or so. They are quite power hungry though. Or you can get yourself a NUC and use that.
If all of this sounds like too much work, just get yourself QNAP / Synology NAS and see what it can do for you (it is way more limited in terms of options, but easier to setup and you can still have your Plex / file sharing / docker containers).
You could go through the following route:
- purchase something like a small Synology NAS and learn how to set up the networking/firewall bits
- buy/repurpose a used desktop/laptop, install something like yunohost/unraid
- buy parts for your own server, put it together, use the same own server but install proxmox, setup VMs/containers
- use the same own server but install debian, play around with docker/docker-compose/ansible
If you don’t have the means to get new hardware, you can use hyper-v or virtualbox for free on Windows or virtualbox/virt-manager on Linux on existing hardware.
Simple project to start with: install pihole and configure it as your DNS adblocking filter at home
- install iphole on a VM/PC/raspberry pi that is connected to your home LAN
- configure your PC or router to use the pihole host as DNS server
- test various websites you know that have ads before and after using pihole
While doing things like these, keep notes what you do by day, using those notes, put together your own howto manuals. Do not be afraid to fail, sleep over it and try again, don’t be afraid to ask specific questions here or on other forums, IRC.





