mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
5 lines
421 B
Text
5 lines
421 B
Text
@daily cd __FINAL_PATH__/live && RAILS_ENV=production bin/tootctl media remove
|
|
@monthly cd __FINAL_PATH__/live && RAILS_ENV=production bin/tootctl media remove-orphans
|
|
@monthly cd __FINAL_PATH__/live && RAILS_ENV=production bin/tootctl accounts cull
|
|
@monthly cd __FINAL_PATH__/live && RAILS_ENV=production bin/tootctl status remove
|
|
@monthly cd __FINAL_PATH__/live && RAILS_ENV=production bin/tootctl preview_cards remove
|