Files
ansible/roles/mastodon/templates/remove_media.sh.j2
2025-02-09 12:09:26 +01:00

7 lines
419 B
Django/Jinja

#!/bin/bash
cd {{ mastodon_home }}/live
PATH={{ mastodon_home }}/bin:{{ mastodon_home }}/.local/bin:{{ mastodon_home }}/.rbenv/plugins/ruby-build/bin:{{ mastodon_home }}/.rbenv/shims:{{ mastodon_home }}/.rbenv/bin:/usr/bin:/bin
RAILS_ENV=production bin/tootctl media remove --days=7
RAILS_ENV=production bin/tootctl media remove --days=7 --prune-profiles
RAILS_ENV=production bin/tootctl preview_cards remove --days=30