Magically expressive social media https://akkoma.social/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
floatingghost 66f913355a
ci/woodpecker/push/woodpecker Pipeline was successful Details
Docker builds (#231)
5 months ago
benchmarks Merge branch 'benchmark-fixes' into 'develop' 1 year ago
ci CI: Use own package as base 1 year ago
config Docker builds (#231) 5 months ago
docker-resources Docker builds (#231) 5 months ago
docs Docker builds (#231) 5 months ago
installation Documentation updates for stable release (#73) 8 months ago
lib Merge pull request 'Check that the signature matches the creator' (#230) from domain-blocks into develop 5 months ago
priv Backend settings sync (#226) 6 months ago
rel Add installation note about flavour, support special cases (#222) 6 months ago
restarter Merge branch 'develop' into gun 3 years ago
test Merge pull request 'Check that the signature matches the creator' (#230) from domain-blocks into develop 5 months ago
uploads fix issues with the uploads directory 4 years ago
.buildpacks CI: Add auto-deployment via dokku. 4 years ago
.credo.exs Move Consistency.FileLocation to ./test 2 years ago
.dockerignore Docker builds (#231) 5 months ago
.formatter.exs .formatter.exs: Format optional migrations 2 years ago
.gitattributes [#3112] .gitattributes fix. 2 years ago
.gitignore Docker builds (#231) 5 months ago
.mailmap Add myself to .mailmap 2 years ago
.woodpecker.yml ensure we use the same OTP for all releases 6 months ago
AGPL-3 LICENSE → AGPL-3 4 years ago
CC-BY-4.0 Add a copy of CC-BY-4.0 to the repo 3 years ago
CC-BY-SA-4.0 CC-BY-SA-4.0: Add a copy of the CC-BY-SA-4.0 license 4 years ago
CHANGELOG.md Docker builds (#231) 5 months ago
CODE_OF_CONDUCT.md add code of conduct (#129) 8 months ago
COPYING Relicense documentation under CC-BY-4.0 2 years ago
Dockerfile Docker builds (#231) 5 months ago
Makefile Documentation updates for stable release (#73) 8 months ago
Procfile CI: Add auto-deployment via dokku. 4 years ago
README.md add language tags 7 months ago
SECURITY.md SECURITY.md: update supported versions to only 2.2 2 years ago
SIGNING_KEY.pub 2022.09 stable release chores (#206) 6 months ago
coveralls.json exclude file_location check from coveralls 2 years ago
docker-compose.yml Docker builds (#231) 5 months ago
docker-entrypoint.sh Docker builds (#231) 5 months ago
elixir_buildpack.config Upgrade to Elixir 1.9 3 years ago
mix.exs bump version 5 months ago
mix.lock Extract deactivated users query to a join 5 months ago

README.md

akkoma

a smallish microblogging platform, aka the cooler pleroma

English OK 日本語OK

About

This is a fork of Pleroma, which 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. Akkoma will federate with all servers that implement ActivityPub, like Friendica, GNU Social, Hubzilla, Mastodon, Misskey, Peertube, and Pixelfed.

Akkoma is written in Elixir and uses PostgresSQL for data storage.

For clients it supports the Mastodon client API with Pleroma extensions (see the API section on https://docs.akkoma.dev/stable/).

Installation

If you are running Linux (glibc or musl) on x86, the recommended way to install Akkoma 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 Akkoma from source.

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.

Compilation Troubleshooting

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

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

Documentation