What can the 'average Joe' start hosting, that will change their life?

jaackf@lemmy.world to Selfhosted@lemmy.world – 995 points –

I'm already hosting pihole, but i know there's so much great stuff out there! I want to find some useful things that I can get my hands on. Thanks!

666

You are viewing a single comment

Anyone have a solid how-to for the layman to host their own lemmy instance? I heard it improves browsing a lot.

Shameless self plug:

https://github.com/ubergeek77/Lemmy-Easy-Deploy

All you need is a server, a domain, and your DNS records set to your server's IP address. After that, my script takes care of the rest!

Please let me know if you have any issues! I am constantly keeping this updated based on people's feedback!

Wow, this looks fantastic. Dead easy to use, you thought about ongoing maintenance, and the readme is very detailed, but still beginner friendly.

This is exactly what I've been waiting for to take the plunge!

I use your script and it's gotten me going just fine, but i do worry what i'll do if you stop supporting the script... by that point i'll hopefully have a lot of history built up and i'd be gutted to lose it at that point.

I plan to support this for as long as I'm using Lemmy, which should be a good while.

All the script really does is generate a docker-compose.yml stack that's best for your desired setup. So even if I do stop supporting the script, you're not locked into using it. You can always manage the Docker Compose stack manually and do your own updates, which is what people not using my script will have to do anyway.

Also, I don't bake Lemmy versions directly into this script, I just pull the latest Lemmy version from GitHub and deploy that. So in theory, unless the Lemmy team changes something major, this should continue working for a long time after I stop supporting it.

If you want to be prepared, I would recommend reading up on Docker Compose and getting familiar with it!