Mastodon fork for littlefo.rest
- Custom toot max character size with environment variable (see
.env.production.sample
). - Full Markdown support, demo here.
- Media Sudoku (media attachments upper limit increases to 9), demo here.
- Local-only toot support.
- Quotation support like twitter (QT but not RT).
- An easy-using translation button to translate toot in any language to your mother tongue with Google Translate, demo here.
- A bunch of awesome themes.
- Enhanced Elasticsearch experience with Chinese words segmentation support (see specifications bellow).
- Login with GitHub and GitLab OAuth 2, try it now here!
This is a rebase fork of tootsuite/mastodon
, all local changes are rebased on the top. To pull the latest commits of this repo, use git reset --hard origin/main
instead of git pull
. If you are going to develop based on this fork, I strongly recommend you always cherry-pick your commits to the HEAD
of this branch.
To enable the new custom features, please add the necessary configurations first according to the file end of .env.production.sample
.
This project added the Chinese words segmentation support in ElasticSearch, please use this ElasticSearch image. Using the original version of ElasticSearch Engine may goes into error.
The Docker images are listed here.
Tag | Architecture | Remarks |
latest |
amd64/arm64 | The latest image build from main branch (unstable sometimes). |
latest-arm64 |
arm64 | |
latest-amd64 |
amd64 | |
sha-* |
amd64/arm64 | The image build from commit with the specified SHA (unstable). |
sha-*-arm64 |
arm64 | |
sha-*-amd64 |
amd64 | |
YY.MM.DD |
amd64/arm64 | The image build from release. Normally a release was made every time rebase merging upstream code (stable). |
YY.MM.DD-arm64 |
arm64 | |
YY.MM.DD-amd64 |
amd64 |
Since there are a lot of changes in v4 of upstream, I'm still working on merging it, see dev
branch. But for the benefit of a long turn maintenance, I'm planing remove some less important features form this fork to reduce the work I have to do every time when merge the code. I'm also considering switching to another web front end, like elk, because the official web interface is really not in my favour :(
I see there is a pull request on upstream that contains changes to use TypeScript, which is great, I'll keep an eye on it.
Thanks for the support of JetBrains.
Follows the original README
Mastodon is a free, open-source social network server based on ActivityPub where users can follow friends and discover new ones. On Mastodon, users can publish anything they want: links, pictures, text, video. All Mastodon servers are interoperable as a federated network (users on one server can seamlessly communicate with users from another one, including non-Mastodon software that implements ActivityPub)!
Click below to learn more in a video:
- Project homepage 🐘
- Support the development via Patreon
- View sponsors
- Blog
- Documentation
- Browse Mastodon servers
- Browse Mastodon apps
It doesn't have to be Mastodon; whatever implements ActivityPub is part of the social network! Learn more
Updates of people you're following appear in real-time in the UI via WebSockets. There's a firehose view as well!
Upload and view images and WebM/MP4 videos attached to the updates. Videos with no audio track are treated like GIFs; normal videos loop continuously!
Mastodon includes private posts, locked accounts, phrase filtering, muting, blocking and all sorts of other features, along with a reporting and moderation system. Learn more
Mastodon acts as an OAuth2 provider, so 3rd party apps can use the REST and Streaming APIs. This results in a rich app ecosystem with a lot of choices!
- Ruby on Rails powers the REST API and other web pages
- React.js and Redux are used for the dynamic parts of the interface
- Node.js powers the streaming API
- PostgreSQL 9.5+
- Redis 4+
- Ruby 2.6+
- Node.js 14+
The repository includes deployment configurations for Docker and docker-compose as well as specific platforms like Heroku, Scalingo, and Nanobox. The standalone installation guide is available in the documentation.
A Vagrant configuration is included for development purposes. To use it, complete following steps:
- Install Vagrant and Virtualbox
- Install the
vagrant-hostsupdater
plugin:vagrant plugin install vagrant-hostsupdater
- Run
vagrant up
- Run
vagrant ssh -c "cd /vagrant && foreman start"
- Open
http://mastodon.local
in your browser
Mastodon is free, open-source software licensed under AGPLv3.
You can open issues for bugs you've found or features you think are missing. You can also submit pull requests to this repository or submit translations using Crowdin. To get started, take a look at CONTRIBUTING.md. If your contributions are accepted into Mastodon, you can request to be paid through our OpenCollective.
IRC channel: #mastodon on irc.libera.chat
Copyright (C) 2016-2022 Eugen Rochko & other Mastodon contributors (see AUTHORS.md)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.