Plume icon indicating copy to clipboard operation
Plume copied to clipboard

registry.lollipopcloud.solutions/arm64v8/plume not accessible

Open Virgus opened this issue 3 years ago • 3 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 :-(

Virgus avatar Apr 11 '21 21:04 Virgus

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

docker buildx build --platform arm64 -t plume .

manalejandro avatar Apr 12 '21 14:04 manalejandro

maybe you want to add that here: https://docs.joinplu.me/installation/with/docker/ ?

thrillfall avatar Jun 03 '22 12:06 thrillfall

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

manalejandro avatar Jun 14 '22 16:06 manalejandro