Last active
August 1, 2024 16:13
-
-
Save isosphere/61c5a39c384bda856cfb15ffd33d8910 to your computer and use it in GitHub Desktop.
Mastodon Cleanup Crontab - Keeps Storage Manageable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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