よし、とりあえず毎日のメンテナンススクリプト書いた。これでどうかな。
#!/bin/sh
BUNDLE=/home/mastodon/.rbenv/shims/bundle
cd /home/mastodon/live
RAILS_ENV=production $BUNDLE exec bin/tootctl media remove --days=1
RAILS_ENV=production $BUNDLE exec bin/tootctl media remove-orphans
RAILS_ENV=production $BUNDLE exec bin/tootctl preview_cards remove --days=3
RAILS_ENV=production $BUNDLE exec bin/tootctl emoji purge --remote-only