Files
ansible/roles/mastodon/templates/remove_media.sh.j2
2024-10-24 11:38:52 +02:00

7 lines
401 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
RAILS_ENV=production bin/tootctl media remove --days=45 --prune-profiles
RAILS_ENV=production bin/tootctl preview_cards remove