logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

README (289B)


  1. ## Dependencies
  2. Assuming an AMD64 Alpine system, you're going to need the following packages
  3. - `qemu qemu-openrc qemu-arm qemu-aarch64` for binfmt
  4. - `docker-cli-buildx` for building the images
  5. ## Setting up
  6. ```
  7. docker login git.pleroma.social:5050
  8. doas rc-service qemu-binfmt start
  9. ```