This got me working, but, for anyone who comes across this, the file to edit is lemmy.yml, and you drop in ghcr.io/ubergeek77
for dessalines
. The only hurdle once I did that was installing docker-compose on the pi. Unfortunately you can’t just install docker-compose with pip3 install docker-compose. Follow these instructions to install docker-compose. https://dev.to/elalemanyo/how-to-install-docker-and-docker-compose-on-raspberry-pi-1mo
Then just run the ansible playbook.
Thank you for this post. I was hoping I could ask you a couple of questions because I also had to make some modifications to get Lemmy up and running. I don’t have email yet because my isp blocks post 25 and I haven’t gotten around to requesting an unblock yet.
I see you’ve modified your hjson file to use gmail. The default config syntax for email is:
email: { smtp_server: "postfix:25" smtp_from_address: "noreply@{{ domain }}" tls_type: "none" }``` My question is, can I just drop in your email syntax with my information and the instance will use gmail instead of the default?