Comment on Starting to self host
wer2@lemm.ee 1 day ago
A lot of people recommend Docker, but I will go further and say to specifically use Docker compose.
That way all the configuration is in a file that you can backup/restore. Updating is really easy, and you will never forget one of the random flags you need to set.
- PiHole - you can use the custom DNS to route domain names to you npm
- npm (Nginx proxy manager) - allows easy access to all your services hosted on one box
Bronzie@sh.itjust.works 1 day ago
I agree, but want to add Portainer. Compose in Portainer takes away the scary SLI/Terminal part.
At least for me, hosting stuff went from «I have no idea what I’m doing» to «This sort of makes sense».
jjlinux@lemmy.ml 11 hours ago
I’m honestly more scared of portainer than actually running compose from CLI 🤣
wer2@lemm.ee 1 day ago
Yes, another great solution.