Plume-org / Plume

Federated blogging application, thanks to ActivityPub (now on https://git.joinplu.me/ — this is just a mirror)

Home Page:https://joinplu.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

registry.lollipopcloud.solutions/arm64v8/plume not accessible

Virgus opened this issue · comments

Hello I've been trying to get the registry.lollipopcloud.solutions/arm64v8/plume content on web.archive.org without success.
I only managed to get this git-like page from a 2019 backup from which I got it's name's author KemoNine. But in its repository I found nothing about plume unfortunately.

Has anybody saved its content ? I'm trying to create a docker image to be used on a Raspberry 4 unit.

Any help would be deeply appreciated.

BTW I found an existing docker image here and here but couldn't find any way to start it in Docker :-(

commented

You can make your own image with crosscompilation from another architecture for Pi4 with Docker

docker buildx build --platform arm64 -t plume .
commented

Here you have the patch in this commit, position yourself in the commit and execute

git apply plume-84645c7ed971c059a41509cb84868b03c7cdd688.patch

then run with docker buildx

docker buildx build --platform aarch64 -t plume .

plume-84645c7ed971c059a41509cb84868b03c7cdd688.patch.txt