Comment on Self Hosting Guide

otter@lemmy.ca ⁨2⁩ ⁨weeks⁩ ago

I’m not sure which guides to recommend, but in case it helps narrow down your search, you could share more about your situation:

General tips:

For Linux, a lot of people go with Ubuntu server because there are a lot of existing guides for it. You don’t need much Linux knowledge to start self hosting since you can learn by doing over time. Some concepts to explore before getting started might be cron, the Linux file system, and user permissions.

For Docker, you should be fine if you know the basics. I’d recommend using Docker Compose since it’s easier to understand what’s happening when its written out in a nice yaml file. Install Docker and Docker Compose on the server, and then install something like DockGE to manage the compose files. When you want to run a service, copy the Docker compose file and then swap the port to what port you want to use, and the volume to the location you tend to use.

For a very basic setup, I’d find a video guide for

source
Sort:hotnewtop