Right now just a tracking fork of Akkoma. This description will be updated if I make any changes.
Go to file
lain f0bdbe3f61 Migrations: Set users.following_count to NOT NULL
Also set following_count for local users to the correct value and for remote
users to 0.
2019-11-28 17:01:43 +01:00
benchmarks Fix benchmarks 2019-10-21 15:55:28 +07:00
config Default log level for syslog in prod should also be :warn 2019-11-26 05:46:48 -06:00
docs move documentation section for http client 2019-11-25 11:26:42 +00:00
installation Add remote_ip plug 2019-09-27 21:59:23 +00:00
lib Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into bugfix/1442-dont-return-nil-for-following-count 2019-11-27 14:48:28 +01:00
priv Migrations: Set users.following_count to NOT NULL 2019-11-28 17:01:43 +01:00
rel OTP releases: only set name and distribution type if not set already 2019-11-22 19:58:39 +03:00
test Merge branch 'fed-testing-updates' into 'develop' 2019-11-28 14:34:07 +00:00
uploads
.buildpacks
.credo.exs
.dockerignore remove docs/ from .dockerignore 2019-11-20 00:09:07 +09:00
.formatter.exs Enable mix format for migrations 2019-10-08 15:16:39 +03:00
.gitignore
.gitlab-ci.yml Tests: Run the daemon 2019-11-26 15:03:17 -05:00
.mailmap
AGPL-3
CC-BY-SA-4.0
CHANGELOG.md Merge branch 'feature/admin-api-list-statuses-for-a-given-instance' into 'develop' 2019-11-25 13:29:53 +00:00
COPYING
docker-entrypoint.sh
Dockerfile
elixir_buildpack.config
mix.exs update tests and Oban 2019-11-26 15:24:34 -05:00
mix.lock update tests and Oban 2019-11-26 15:24:34 -05:00
Procfile
README.md readme: replace banner logo with the one using paths for text 2019-11-10 00:52:04 +03:00

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

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 not packaged by any OS/Distros, but if you want to package it for one, 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 dont 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.

Documentation

Community Channels