Hi, everyone! I’m kinda new at self-hosting, so I need a few tips to get started. Is there any guides that you can recommend for the begginer? My goal is to run a vps with self-hosting tools for daily usage, like Jellyfin, Navidrome, Baïkal, proxy-tool, maybe a Gitea instance etc. I have a domain purchased and basic nginx configured, but I’m not sure where I should go next or if I need to take any special steps. Thanks in advance.
Definitely check this guy’s videos put on YouTube. He covers a ton of self-hosted apps and how to set them up. You’ll have to soft through, not all the apps he talks about are really necessary, but I basically learned self-hosting through his channel.
Look for stuff on authelia, crowdsec or fail2ban with regards security for your server and decide what direction you want to go there.
ad_on_is@lemmy.world 8 months ago
If you haven’t, get yourself familiar with Docker and docker compose, and then use portainer to manage all your stuff. It’s a lifesaver.
JustMarkov@lemmy.ml 8 months ago
I’m already a little familiar with Docker, but I’ll definetly need to get to know it better. Thanks!
khorak@lemmy.dbzer0.com 8 months ago
And remember, friends don’t let friends use latest. Pin the versions in your manifests and version control everything.