Akkoma (A Pleroma fork) is a selfhosted social network that uses ActivityPub.
This repository dockerizes it for easier deployment.
This repository was heavily based on sn0w's work on pleroma-docker
- Runs Akkoma instead of Pleroma
- Enviroment variable based configuration
- Autogenerating secrets
- Additional scripts
- Default frontends (pleroma-fe + admin-fe)
To limit the size of this document, the documentation has been split up into several different documents.
A summary and link to those can be found here:
-
Installation guide: A starting guide on how to use this setup [link]
-
Maintenance guide: Tips and Common maintenance tasks [link]
-
Customization guide: How to go about customizing your setup [link]
#include <LICENSE>
/*
* This repository comes with ABSOLUTELY NO WARRANTY
*
* I will happily help you with issues related to this script,
* but I am not responsible for burning servers, angry users, fedi drama,
* thermonuclear war, or you getting fired because your boss saw your NSFW posts.
*
* Please do some research if you have any concerns about the
* included features or software *before* using it.
*/
s
Great thanks to sn0w for publishing their pleroma-docker repository on what this is based on.