7 lines
419 B
Django/Jinja
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
|