It’s been a rough day. First I tried the lemmy-easy-deploy script because, hey, I’m lazy. That failed, so I then tried the ansible playbook and had some success with it. At first, Let’s Encrypt was not working, and I had to sort out my dynamic dns provider.
Once that was sorted the playbook was running well, encryption was working properly, then I got an error that the docker didn’t support arm v7 architecture. I then updated to Bullseye, Raspbian 11 and got a similar error that docker didn’t support arm v8 architecture.
So what os do I need to be running on this pi to install an instance on it?
Lemmy doesn’t run on arm atm due to cross-compile issues.
See the PR: https://github.com/LemmyNet/lemmy/pull/2806
it runs fine if you don’t cross-compile and build it on the pi itself ( or emulate an arm system using qemu or similar)
I was able to install lemmy just now on the rpi. I used ubergeek77’s stuff.