Full documentation repository for Mastodon
Go to file
Nolan Lawson c2f1715019 Update Backups-Guide.md with more detailed backup/restore instructions (#683)
I think this guide could use a bit more detail on how exactly to take a Mastodon dump and restore it. I found it very non-obvious (as a Postgres noob myself).
2018-08-25 13:39:09 +02:00
Contributing-to-Mastodon Typo on paragraph #106 & 108 (#619) 2018-05-19 13:55:28 +02:00
Maintaining-Mastodon Update Backups-Guide.md with more detailed backup/restore instructions (#683) 2018-08-25 13:39:09 +02:00
Running-Mastodon Add Docker instructions for "Using a separate Redis for the Rails cache" (#629) 2018-08-23 21:26:38 +02:00
Using-Mastodon Whalebird app (#662) 2018-08-14 10:53:44 +02:00
Using-the-API Issue #667 - Update OAuth documentation to match current implementation (#678) 2018-08-23 14:15:57 +02:00
images Add Elasticsearch Guide (#564) 2018-03-09 17:15:17 +01:00
Extensions.md Update Extensions.md 2017-12-13 14:52:31 +01:00
LICENSE Revert "Fix #262 - Use GNU Free Documentation License (#349)" (#350) 2017-07-25 20:03:43 +02:00
README.md Change "Elasticsearch Guide" to "Enabling full-text search with Elasticsearch" in README.md (#567) 2018-03-09 18:38:19 +01:00
Specs-and-RFCs-used.md Update Specs-and-RFCs-used.md 2017-12-13 14:54:10 +01:00

README.md

Mastodon

Mastodon is a free, open-source social network server based on open web protocols like ActivityPub and OStatus. The social focus of the project is a viable decentralized alternative to commercial social media silos that returns the control of the content distribution channels to the people.

Documentation

Using Mastodon

Using the API

Running Mastodon

In production

Please note: It is highly recommended to run a tagged release of Mastodon and not run off the current master branch.

The aforementioned guides presume using certain software, like Nginx. But using alternatives is possible: Alternative system configurations

In development

Contributing to Mastodon

Protocols