Akkoma
We followed this guide to build the docker setup.
You can install the Fediverse pasture via
Initialize the akkoma container via
This wil take a bit of time as the akkoma repository is cloned and compiled. Also note that this script is not idempotent yet, so it can only be run once.
Then you can start akkoma with
Credentials
Property | Value |
---|---|
name | admin |
admin@akkoma |
|
password | password |
Info
The access token is currently set manually in work/apps.py
to generate the support tables.
Necessary patches
The user object needs to be patched, so usernames of the form admin@akkoma
, where akkoma does not contain, do not yield a validation error.