Posted the first version of my "Mastodon WTF timeline" here: http://ansuz.sooke.bc.ca/entry/335
Sourced information on the parts I haven't covered would be appreciated, but it's bedtime for me and I won't be able to work further on this until tomorrow at the earliest.
@tateisu Subway Tooter とりあえず認証をブラウザ経由にすべきだと思いました
@koteitan Qiitaに対してちょっと編集リクエスト投げました。
PubSubHubbubの解説が分かりやすい / “Mastodon インスタンスのリモートフォローの仕組みと正しい購読更新の設定方法 - Qiita” http://htn.to/HnvdvQM
もっかい書くけど、メモリ1G程度で運用してる鯖の場合、
cron設定してもdailyがメモリ不足で落ちる場合があるから、わけて実行した方がいい
00 4,16 * * * root cd [マストドンのディレクトリ] && docker-compose run --rm web rake mastodon:feeds:clear > /dev/null
30 4,16 * * * root cd [マストドンのディレクトリ] && docker-compose run --rm web rake mastodon:media:clear > /dev/null
00 5,17 * * * root cd [マストドンのディレクトリ] && docker-compose run --rm web rake mastodon:users:clear > /dev/null
30 5,17 * * * root cd [マストドンのディレクトリ] && docker-compose run --rm web rake mastodon:push:refresh > /dev/null
メモリ1GBでswap無しのサーバの場合mastodon:dailyがメモリ不足で落ちる というのを追記したよ http://qiita.com/clworld/items/bc3d8f97d38f2ba58492
@koteitan Subscription切れたっぽいですけどcronちゃんと動いてるー?途中で落ちてたりしないー?
じさばどん