this post was submitted on 20 Jul 2023
8 points (90.0% liked)
Lemmy Support
4654 readers
15 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The usecase is for people who want a single-user/small instance or those who are completely new to selfhosting. I'm pretty sure SMTP works if you configure an external one (like Mailgun or SendGrid) which is what most people do (including me) since the SMTP config is done via
lemmy.hjson
(or in the case of Lemmy-Easy-Deploy, theconfig.env
file). IMO, the only thing that makes Lemmy-Easy-Deploy worse for production use is Caddy which performs worse than nginx in some benchmarks. But I don't think it's that bad.But if you don't want to use Lemmy-Easy-Deploy, then here's my own documentation on how I installed Lemmy on my server. It's different from the standard Lemmy docker or ansible install where I use nginx natively instead of containerized as this fixes my certbot issues. I'm not an expert on any of this but this is how I got it running.
Thanks for the link. I tried it out and had a problem with the "lemmy.hjson" file. It doesn't look like I would expect, there is a bunch of non-sense. I did the wget command again and checked "config.hjson" and it is identical. So I think there is something wrong with that file.
Whoops. Sorry about that. I used the wrong link. I fixed it and it should pull the correct config.hjson file now. Feel free to try again if you wish.