Mastodon

您的自我托管、全球互联的微博社区。(Your self-hosted, globally interconnected microblogging community.)

Github星跟蹤圖

Mastodon(乳齿象)是一个基于 ActivityPub 的免费开源社交网络服务器,用户可以在这里关注朋友并发现新朋友。在 Mastodon 网站上,用户可以发布任何他们想要的东西:链接、图片、文本、视频。所有 Mastodon 服务器都可以作为联邦网络进行互操作(一台服务器上的用户可以与另一台服务器上的用户进行无缝通信,包括实现 ActivityPub 的非 Mastodon 软件)!

特性

没有供应商锁定:可与任何符合要求的平台完全互操作

不一定非得是 Mastodon,任何实现 ActivityPub 的工具都是社交网络的一部分!

实时、按时间顺序更新时间轴

查看您正在跟踪的人的更新,这些更新将通过 WebSockets 实时出现在 UI 中。还有一个 firehose 视图!

媒体附件,如图片和短视频

上传和查看附加到更新的图像和 WebM/MP4 视频。没有音轨的视频被视为 GIF;普通的视频循环——像藤蔓!

安全和审核工具

私人帖子,锁定帐户,短语过滤,静音,阻止和各种其他功能,以及报告和审核系统。

OAuth2 和简单的 REST API

Mastodon 充当 OAuth2 提供商,因此第三方应用程序可以使用 REST 和 Streaming API,从而产生丰富的应用程序生态系统,有很多选择!

部署

技术栈:

  • Ruby on Rails 支持 REST API 和其他网页
  • React.js 和 Redux 用于接口的动态部分
  • Node.js 支持流 API

要求:

  • PostgreSQL 9.5+
  • Redis 4+
  • Ruby 2.5+
  • Node.js 10.13+

该存储库包括 Docker 和 docker-compose 的部署配置,还包括一些特定平台,如 Heroku,Scalingo 和 Nanobox。文档中提供了stand-alone 安装指南

包含 Vagrant 配置用于开发目的。

概覽

名稱與所有者mastodon/mastodon
主編程語言Ruby
編程語言Ruby (語言數: 11)
平台Docker, Linux, Mac, Windows
許可證GNU Affero General Public License v3.0
發布數252
最新版本名稱v4.2.8 (發布於 )
第一版名稱v0.1.0 (發布於 2016-03-16 11:10:08)
創建於2016-02-22 15:01:25
推送於2024-04-22 19:13:43
最后一次提交
星數45.9k
關注者數712
派生數6.7k
提交數16k
已啟用問題?
問題數10801
打開的問題數3675
拉請求數14301
打開的拉請求數312
關閉的拉請求數2576
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Mastodon

GitHub release
Build Status
Code Climate
Crowdin
Docker Pulls

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:

Screenshot

Features

No vendor lock-in: Fully interoperable with any conforming platform

It doesn't have to be Mastodon, whatever implements ActivityPub is part of the social network! Learn more

Real-time, chronological timeline updates

See the updates of people you're following appear in real-time in the UI via WebSockets. There's a firehose view as well!

Media attachments like images and short videos

Upload and view images and WebM/MP4 videos attached to the updates. Videos with no audio track are treated like GIFs; normal videos are looped - like vines!

Safety and moderation tools

Private posts, locked accounts, phrase filtering, muting, blocking and all sorts of other features, along with a reporting and moderation system. Learn more

OAuth2 and a straightforward REST API

Mastodon acts as an OAuth2 provider so 3rd party apps can use the REST and Streaming APIs, resulting in a rich app ecosystem with a lot of choices!

Deployment

Tech stack:

  • 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

Requirements:

  • PostgreSQL 9.5+
  • Redis
  • Ruby 2.4+
  • Node.js 10.13+

The repository includes deployment configurations for Docker and docker-compose, but also a few specific platforms like Heroku, Scalingo, and Nanobox. The stand-alone installation guide is available in the documentation.

A Vagrant configuration is included for development purposes.

Contributing

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 Weblate. 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.freenode.net

License

Copyright (C) 2016-2020 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/.

去到頂部