38 lines
1.2 KiB
Markdown
38 lines
1.2 KiB
Markdown
# Pleroma-Docker (Unofficial)
|
|
|
|
[Pleroma](https://pleroma.social/) is a selfhosted social network that uses OStatus/ActivityPub.
|
|
|
|
This repository dockerizes it for easier deployment.
|
|
|
|
<hr>
|
|
|
|
```cpp
|
|
#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.
|
|
*/
|
|
```
|
|
|
|
<hr>
|
|
|
|
## 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.
|
|
|
|
- [Angristan/dockerfiles/pleroma](https://github.com/Angristan/dockerfiles/tree/master/pleroma)
|
|
- [RX14/iscute.moe](https://github.com/RX14/kurisu.rx14.co.uk/blob/master/services/iscute.moe/pleroma/Dockerfile)
|
|
- [rysiek/docker-pleroma](https://git.pleroma.social/rysiek/docker-pleroma)
|
|
|
|
## Docs
|
|
|
|
coming soon tm
|