Go to file
sn0w 307d6b01d9 Merge branch 'feature/modernize' of sn0w/pleroma-docker into develop 2018-12-30 13:38:52 +00:00
config_parser Add todo in parser 2018-12-28 01:54:12 +01:00
custom.d Update structure 2018-04-08 22:53:33 +02:00
.dockerignore Update structure 2018-04-08 22:53:33 +02:00
.env.dist Fix new config format 2018-12-28 01:44:33 +01:00
.gitignore Add config.yml to gitignore 2018-12-28 01:52:39 +01:00
Dockerfile Move compilation into entrypoint; Call entrypoint on build 2018-12-30 14:30:36 +01:00
LICENSE Add license and reset README for rewrite 2018-12-28 02:05:31 +01:00
README.md Add license and reset README for rewrite 2018-12-28 02:05:31 +01:00
config.dist.yml Fix new config format 2018-12-28 01:44:33 +01:00
docker-compose.m4 Use compose 3.7 init instead of tini 2018-12-24 23:21:16 +01:00
entrypoint.sh Move compilation into entrypoint; Call entrypoint on build 2018-12-30 14:30:36 +01:00
initdb.sql Add pg_trgm extension 2018-06-04 01:58:02 +02:00
pleroma Modernize pleroma script 2018-12-30 14:33:42 +01:00

README.md

Pleroma-Docker (Unofficial)

Pleroma is a selfhosted social network that uses OStatus/ActivityPub.

This repository dockerizes it for easier deployment.


#include <LICENSE>

/*
 * This repository comes with ABSOLUTELY NO WARRANTY
 *
 * 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 included
 * features or the software used by this script before using it.
 * You are choosing to use this setup, and if you point the finger at me for
 * messing up your instance, I will laugh at you.
 */

Alternatives

If this setup is a bit overwhelming there are a lot of other great dockerfiles or guides from the community. A few are linked below. This list is not exhaustive and not ordered.

Docs

coming soon tm