How would we go about asking say, Cpanel / Softaculous to have a one click install for lemmy? It’s currently possible with many server applications and it would be awesome to have lemmy on that list
How would we go about asking say, Cpanel / Softaculous to have a one click install for lemmy? It’s currently possible with many server applications and it would be awesome to have lemmy on that list
Lemmy, although in a very well working state, isnt really deploy ready. The update procedure is a mess, the documentation is less than stellar and accessibility/onboarding for wannabe admins is rough to say the least.
You can find a compose file on github and you will need to make a config file for the instance with your domain and all on it.
A one click install sure is doable but most people who are able to do this quickly are very busy or wont do it for free.
I ended up going down the Ansible route after spending about 6 hours trying the easy-deploy and “manual docker install”, failing miserably with both.
I expected the other methods to be easier but nothing ended up working. Tried the official ansible method with a caddy proxy and it took maybe 30 mins.
I would definitely have given up if I wasn’t so stubborn.
Great! Glad it worked out for you. The second time I deployed lemmy on a production machine it was markedly easier because I have a known working compose and lemmy.hjson file so thats one part. I think the first install/config took me days of tinkering.
At the moment, I cant see if I‘ll havre the time to ever make a cone click install script but I‘ll think about it.
Good luck with your instance.