Go to file
sn0w 04432bfc8a
ok this is emberassing
Fixes the caching problem and configuration madness.
Startup on a migrated database takes about 1 to 3 seconds instead of
minutes now. I don't know what went through my head when building
the old stuff.

Let's just pretend all commits up until here never happended.
We good? nice~
2019-01-10 00:37:21 +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 ok this is emberassing 2019-01-10 00:37:21 +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.exs ok this is emberassing 2019-01-10 00:37:21 +01:00
config.exs ok this is emberassing 2019-01-10 00:37:21 +01:00
docker-compose.m4 ok this is emberassing 2019-01-10 00:37:21 +01:00
entrypoint.sh ok this is emberassing 2019-01-10 00:37:21 +01:00
initdb.sql Add pg_trgm extension 2018-06-04 01:58:02 +02:00
pleroma ok this is emberassing 2019-01-10 00:37:21 +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