SuperNETs mastodon source & configs https://supernets.social
This repository has been archived on 2024-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2017-05-20 19:42:58 +02:00
app Replace mastodon:media:clear and mastodon:feeds:clear rake tasks with (#3180) 2017-05-20 19:42:58 +02:00
bin
config Replace mastodon:media:clear and mastodon:feeds:clear rake tasks with (#3180) 2017-05-20 19:42:58 +02:00
db Filter languages with opt out (#3175) 2017-05-20 17:32:44 +02:00
docs
lib Replace mastodon:media:clear and mastodon:feeds:clear rake tasks with (#3180) 2017-05-20 19:42:58 +02:00
log
public Add boop sounds in Vorbis format (#2963) 2017-05-10 16:58:54 +02:00
spec Filter languages with opt out (#3175) 2017-05-20 17:32:44 +02:00
storybook Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
streaming Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
vendor/assets
.babelrc feat(babel): Strip prop types (#3122) 2017-05-19 02:42:21 +02:00
.buildpacks Add heroku APT buildpack for scalingo. (#3051) 2017-05-14 12:57:13 +02:00
.codeclimate.yml
.dockerignore
.editorconfig
.env.production.sample Adds better documentation to LOCAL_DOMAIN and LOCAL_HTTPS (#3149) 2017-05-19 20:55:15 +02:00
.env.test
.env.vagrant
.eslintignore
.eslintrc.yml Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
.foreman
.gitignore Add yarn log files to gitignore (#3003) 2017-05-12 14:32:47 +02:00
.haml-lint.yml
.nvmrc
.postcssrc.yml Add browserslist config for autoprefixer (#3053) 2017-05-14 12:57:54 +02:00
.rspec
.rubocop.yml
.ruby-version
.scss-lint.yml
.slugignore
.travis.yml Enable caching dependencies in Travis CI (#3132) 2017-05-19 11:44:00 +02:00
app.json Use cid3 on Heroku (#3001) 2017-05-12 14:33:54 +02:00
Aptfile Use cid3 on Heroku (#3001) 2017-05-12 14:33:54 +02:00
Capfile
config.ru
CONTRIBUTING.md
docker_entrypoint.sh Fix #2680 - Run processes in Docker as non-root user (#3159) 2017-05-20 15:12:29 +02:00
docker-compose.yml
Dockerfile Fix #2680 - Run processes in Docker as non-root user (#3159) 2017-05-20 15:12:29 +02:00
Gemfile Adds bootsnap. Faster boot time (#3176) 2017-05-20 19:42:27 +02:00
Gemfile.lock Adds bootsnap. Faster boot time (#3176) 2017-05-20 19:42:27 +02:00
ISSUE_TEMPLATE.md
LICENSE
package.json Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
Procfile
Procfile.dev Fix sidekiq "port" being wrong (#3014) 2017-05-12 17:46:14 +02:00
Rakefile
README.md Update screenshot in readme (#2978) 2017-05-11 02:57:30 +02:00
scalingo.json
Vagrantfile
yarn.lock Remove react-autosuggest (#3140) 2017-05-19 15:21:34 +02:00

Mastodon

Build Status Code Climate

Mastodon is a free, open-source social network server. A decentralized solution 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.

An alternative implementation of the GNU social project. Based on ActivityStreams, Webfinger, PubsubHubbub and Salmon.

Click on the screenshot to watch a demo of the UI:

Screenshot

The project focus is a clean REST API and a good user interface. Ruby on Rails is used for the back-end, while React.js and Redux are used for the dynamic front-end. A static front-end for public resources (profiles and statuses) is also provided.

If you would like, you can support the development of this project on Patreon. Alternatively, you can donate to this BTC address: 17j2g7vpgHhLuXhN4bueZFCvdxxieyRVWd

Resources

Features

  • Fully interoperable with GNU social and any OStatus platform Whatever implements Atom feeds, ActivityStreams, Salmon, PubSubHubbub and Webfinger is part of the network
  • Real-time timeline updates See the updates of people you're following appear in real-time in the UI via WebSockets
  • Federated thread resolving If someone you follow replies to a user unknown to the server, the server fetches the full thread so you can view it without leaving the UI
  • Media attachments like images and WebM Upload and view images and WebM videos attached to the updates
  • OAuth2 and a straightforward REST API Mastodon acts as an OAuth2 provider so 3rd party apps can use the API, which is RESTful and simple
  • Background processing for long-running tasks Mastodon tries to be as fast and responsive as possible, so all long-running tasks that can be delegated to background processing, are
  • Deployable via Docker You don't need to mess with dependencies and configuration if you want to try Mastodon, if you have Docker and Docker Compose the deployment is extremely easy

Development

Please follow the development guide from the documentation repository.

Deployment

There are guides in the documentation repository for deploying on various platforms.

Contributing

You can open issues for bugs you've found or features you think are missing. You can also submit pull requests to this repository. Here are the guidelines for code contributions

IRC channel: #mastodon on irc.freenode.net

Extra credits

  • The Emoji One pack has been used for the emojis
  • The error page image courtesy of Dopatwo

Mastodon error image