chinwagsocial/docs
Eugen Rochko f722bd2387 Separate background jobs into different queues. ATTENTION: new queue "pull"
must be added to the Sidekiq invokation in your systemd file

The pull queue will handle link crawling, thread resolving, and OStatus
processing. Such tasks are more likely to hang for a longer time (due to
network requests) so it is more sensible to not make the "in-house" tasks
wait for them.
2017-04-04 00:53:20 +02:00
..
Contributing-to-Mastodon Improved /api/v1/accounts/:id/statuses with new params: only_media, exclude_replies 2017-03-05 17:27:17 +01:00
Running-Mastodon Separate background jobs into different queues. ATTENTION: new queue "pull" 2017-04-04 00:53:20 +02:00
Using-Mastodon Adds social.wxcafe.net 2017-04-03 17:32:25 +02:00
Using-the-API "direct" in statuses#create 2017-04-03 01:23:37 -07:00
Extensions.md Fix outdated info 2017-02-14 21:33:31 +01:00
README.md Merge pull request #744 from fpiesche/master 2017-04-03 00:26:24 +02:00
Specs-and-RFCs-used.md Add wiki contents to docs/ instead 2017-01-21 22:51:02 +01:00

README.md

Index

Mastodon is a free, open-source GNU social-compatible social network server. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Anyone can run Mastodon and participate in the social network seamlessly.

Using Mastodon

Using the API

Running Mastodon

Contributing to Mastodon

Protocols