- https://mastodon.social/about
- https://en.wikipedia.org/wiki/Mastodon_(software)

- (ソースコード) https://github.com/tootsuite/mastodon

- https://hackernoon.com/welcome-to-mastodon-111d9227e56a

- Selection of instances
-- https://instances.mastodon.xyz/

- Mastodon Data
--  https://metadon.jemu.name/

- [[OStatus]]

* サーバ [#q9d46ccc]

- https://mastodon.social/ 旗艦サーバ (登録不可)

- サーバ一覧
--  https://github.com/tootsuite/documentation/blob/master/Using-Mastodon/List-of-Mastodon-instances.md
- Mastodon(マストドン)インスタンスの一覧
--  https://coron.tech/mastodon/instance/

** 日本サーバ [#a95fc42d]

- https://pawoo.net/ (pixiv) ([[Pawoo]])
- https://mstdn.jp/ (サーバ管理:[https://twitter.com/nullkal @nullkal])
- https://mstdn.club/

- 日本サーバー (まとめ)
--  http://shimaguni.symphonic-net.com/mstdn/

** その他サーバ [#mb96b839]

- https://mastodon.cloud/
- https://octodon.social/
- https://mastodon.xyz/

* システム [#fe4115f5]

** Requirements [#e80ad77d]

- Ruby
- Node.js
- PostgreSQL
- Redis
- Nginx

- [[Sidekiq]]
- [[PubSubHubbub]]

* サーバ構築 [#n0fb7b3c]
- 
- https://github.com/tootsuite/documentation/blob/master/Running-Mastodon/Production-guide.md

- Scaling Mastodon
--  https://medium.com/@Gargron/scaling-mastodon-1becde463090

- Dockerで雑にMastodonを起動する方法
--  http://qiita.com/zembutsu/items/fd52a504321dd5d6f0b8

- CentOS7でmastodonを建てる
--  http://qiita.com/motiakoron/items/1e5b0679f7283bfee70b

- お一人様のMastodon
--  http://qiita.com/sawanoboly/items/c7d6b913fd5455fb0f36

- Docker構成のMastodonに後からpgBouncerを組み込む
--  http://d.hatena.ne.jp/tateisu/20170418/1492457904

** Linux Tips [#n3ecd4a3]

- net.core.somaxconnについて調べてみた
--  http://tetsuyai.hatenablog.com/entry/20111220/1324466655
 # vi  /etc/sysctl.conf
 +# Increase number of incoming connections backlog
 +net.core.somaxconn = 1024
 # sysctl -p

 # emacs /etc/sysctl.conf
 +vm.overcommit_memory = 1
 # sysctl vm.overcommit_memory=1

 # echo never > /sys/kernel/mm/transparent_hugepage/enabled

- [[Docker/Compose]]
- [[Mailgun]]

* サーバ運営 [#c63e3967]


- Mastodon インスタンス管理者が忘れてはならないたったひとつのこと
--  http://cryks.hateblo.jp/entry/2017/04/22/005755
 rake mastodon:daily を毎日まわせ。

- Mastodonのサーバ間通信が切れた場合のリカバリ
--  http://qiita.com/clworld/items/bc3d8f97d38f2ba58492

- https://japaon.cf/users/masterdon/updates/442

** Docker [#running-docker]

- https://github.com/tootsuite/documentation/blob/master/Running-Mastodon/Docker-Guide.md
 cd ~mastodon/live/
 git fetch
 docker-compose stop
 git checkout $(git tag | tail -n 1)
 docker-compose build
 docker-compose run --rm web rake db:migrate
 docker-compose run --rm web rake assets:precompile
 docker-compose up
 ^C
 docker-compose up -d

* 紹介 [#n8c7bde4]

- Mastodon(マストドン)について
--  https://coron.tech/mastodon/about/
- [http://about-k-h-bot.hatenablog.com/entry/2017/04/10/Mastodon%EF%BC%88%E3%83%9E%E3%82%B9%E3%83%88%E3%83%89%E3%83%B3%EF%BC%89%E3%81%A8%E3%81%84%E3%81%86SNS%E3%81%AE%E5%9F%BA%E6%9C%AC%E7%9A%84%E3%81%AA%E4%BD%BF%E3%81%84%E6%96%B9%E3%81%AB%E9%96%A2 http://about-k-h-bot.hatenablog.com/entry/2017/04/10/Mastodon(マストドン)というSNSの基本的な使い方に関するメモ。]


* 内部解説 [#zc991a03]

- Mastodonとその脱中央集権の仕組み
--  https://speakerdeck.com/anatoo/mastodontosofalsetuo-zhong-yang-ji-quan-falseshi-zu-mi


- Mastodon インスタンスのリモートフォローの仕組みと正しい購読更新の設定方法
--  http://qiita.com/koteitan/items/fadbe900c88481888917


* その他 [#dc69a719]

- A beginner's guide to microblogging on Mastodon
--  https://opensource.com/article/17/4/guide-to-mastodon

- Twitterのライバル? 実は、新しい「マストドン」(Mastodon)とは!
--  http://ascii.jp/elem/000/001/465/1465842/

- gnusocial や mastodon の哲学
--  https://blog.cardina1.red/2017/04/13/federated-social-web/

- そろそろマストドンについて語っておくか
--  https://cpplover.blogspot.jp/2017/04/blog-post_15.html

- Mastodon は自分のドメインでIDを持つことが大事。「リモートフォロー」の価値を最大化するべし。
--  https://isid.ai/diary/2017/04/14/1179/

- https://twitter.com/yutakashino/status/853978270848630784
 (´-`).。oO( メッセージキューにKafkaやRqbbitMQ使わないとか,
 非同期実装がほとんどないのにSidekiqしか使わなくてパフォーマンスが出ないとか,
 どこの素人実装かと….今までも他社との仕事で単純RoR脳には何度も足を引っ張られました… )


- Mastodonインタンスの地図と人口ツリーマップを作った。
--  https://shimz.me/blog/datavis/5402
- 個人的mastodonの出来事(技術編)
--  http://qiita.com/dasoran/items/9496aa35c04fd43f4f58

- Implementation of Web Standards in Mastodon
--  https://speakerdeck.com/furoshiki/implementation-of-web-standards-in-mastodon


* 関連 [#rel]

- [[GNU/Smug]]
- [[Twitter]]


Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes