Skip to content

Instantly share code, notes, and snippets.

@isosphere
Last active August 1, 2024 16:13
Show Gist options
  • Save isosphere/61c5a39c384bda856cfb15ffd33d8910 to your computer and use it in GitHub Desktop.
Save isosphere/61c5a39c384bda856cfb15ffd33d8910 to your computer and use it in GitHub Desktop.
Mastodon Cleanup Crontab - Keeps Storage Manageable
@daily RAILS_ENV=production /home/mastodon/live/bin/tootctl statuses remove --days=100
@daily RAILS_ENV=production /home/mastodon/live/bin/tootctl media remove --days=14
@daily RAILS_ENV=production /home/mastodon/live/bin/tootctl preview_cards remove --days=14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment