No Description https://pleroma.social/

tusooa 248f914e6e Merge branch 'list-installed-frontends' into 'develop' 1 month ago
.gitlab 1eb3ce956b Add Gitlab Release™ into Release MR template 6 months ago
benchmarks 60295b58f9 Merge branch 'benchmark-fixes' into 'develop' 1 year ago
changelog.d ddf57596be Merge branch 'bugfix/content-disposition' into 'develop' 1 month ago
ci 7c64f705f6 Update to Phoenix 1.6 and chase dependencies 7 months ago
config 0231a09310 Remove SSH/BBS feature from core 1 month ago
docs 248f914e6e Merge branch 'list-installed-frontends' into 'develop' 1 month ago
installation 36519bdbee allow custom db port 7 months ago
lib 248f914e6e Merge branch 'list-installed-frontends' into 'develop' 1 month ago
priv f33401f54b Merge remote-tracking branch 'upstream/stable' into mergeback/2.5.1 3 months ago
rel 4a5bb7eb02 OTP releases: only set name and distribution type if not set already 3 years ago
restarter 21ab7369ca Bump minimum Elixir version to 1.10 9 months ago
test 248f914e6e Merge branch 'list-installed-frontends' into 'develop' 1 month ago
tools 686c3e03bd Fix counting 2 months ago
uploads 31852f906e fix issues with the uploads directory 4 years ago
.buildpacks 4e45f7bc87 CI: Add auto-deployment via dokku. 4 years ago
.credo.exs 2186e9b62b Tell newer Credo it's OK to exit 0 on single with clauses and piping into anonymous functions for now 6 months ago
.dockerignore b7bbb5445d remove docs/ from .dockerignore 3 years ago
.formatter.exs 6b28121897 .formatter.exs: Format optional migrations 2 years ago
.gitattributes 055a306380 [#3112] .gitattributes fix. 2 years ago
.gitignore be411ad3bc Test coverage: Switch to covertool to get cobertura output 9 months ago
.gitlab-ci.yml d5e8345946 Do not use needs: in pipeline yaml 1 month ago
.mailmap e2927d714e Add myself to .mailmap 2 years ago
AGPL-3 362603c723 LICENSE → AGPL-3 4 years ago
CC-BY-4.0 0b4fa769f4 Add a copy of CC-BY-4.0 to the repo 2 years ago
CC-BY-SA-4.0 32e843f033 CC-BY-SA-4.0: Add a copy of the CC-BY-SA-4.0 license 4 years ago
CHANGELOG.md 6d0cc8fa2a Merge branch 'features/image-object' into 'develop' 2 months ago
COPYING e853cfe7c3 Revert "Merge branch 'copyright-bump' into 'develop'" 5 months ago
Dockerfile c5ffdd0609 Use self-built elixir image for arm 1 month ago
Procfile 4e45f7bc87 CI: Add auto-deployment via dokku. 4 years ago
README.md 7b56690af4 add nixos to supported distros 1 year ago
SECURITY.md 274c8e6fab SECURITY.md: update supported versions to only 2.2 2 years ago
coveralls.json 7f82f18664 exclude file_location check from coveralls 2 years ago
docker-entrypoint.sh 36519bdbee allow custom db port 7 months ago
elixir_buildpack.config 21ab7369ca Bump minimum Elixir version to 1.10 9 months ago
mix.exs 0231a09310 Remove SSH/BBS feature from core 1 month ago
mix.lock 0231a09310 Remove SSH/BBS feature from core 1 month ago

README.md

About

Pleroma is a microblogging server software that can federate (= exchange messages with) other servers that support ActivityPub. What that means is that you can host a server for yourself or your friends and stay in control of your online identity, but still exchange messages with people on larger servers. Pleroma will federate with all servers that implement ActivityPub, like Friendica, GNU Social, Hubzilla, Mastodon, Misskey, Peertube, and Pixelfed.

Pleroma is written in Elixir and uses PostgresSQL for data storage. It's efficient enough to be ran on low-power devices like Raspberry Pi (though we wouldn't recommend storing the database on the internal SD card ;) but can scale well when ran on more powerful hardware (albeit only single-node for now).

For clients it supports the Mastodon client API with Pleroma extensions (see the API section on https://docs-develop.pleroma.social).

Installation

OTP releases (Recommended)

If you are running Linux (glibc or musl) on x86/arm, the recommended way to install Pleroma is by using OTP releases. OTP releases are as close as you can get to binary releases with Erlang/Elixir. The release is self-contained, and provides everything needed to boot it. The installation instructions are available here.

From Source

If your platform is not supported, or you just want to be able to edit the source code easily, you may install Pleroma from source.

OS/Distro packages

Currently Pleroma is packaged for YunoHost and NixOS. If you want to package Pleroma for any OS/Distros, we can guide you through the process on our community channels. If you want to change default options in your Pleroma package, please discuss it with us first.

Docker

While we don’t provide docker files, other people have written very good ones. Take a look at https://github.com/angristan/docker-pleroma or https://glitch.sh/sn0w/pleroma-docker.

Raspberry Pi

Community maintained Raspberry Pi image that you can flash and run Pleroma on your Raspberry Pi. Available here https://github.com/guysoft/PleromaPi.

Compilation Troubleshooting

If you ever encounter compilation issues during the updating of Pleroma, you can try these commands and see if they fix things:

  • mix deps.clean --all
  • mix local.rebar
  • mix local.hex
  • rm -r _build

If you are not developing Pleroma, it is better to use the OTP release, which comes with everything precompiled.

Documentation

Community Channels