feat: add remove media and preview cards to mastodon

This commit is contained in:
VC
2024-07-05 11:53:29 +02:00
parent a619ca74dd
commit 7af0cd8507
7 changed files with 31 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
minute: "0"
hour: "19"
weekday: "5"
job: "cd live && RAILS_ENV=production bin/tootctl media remove"
job: "{{ mastodon_home }}/bin/remove_media.sh"
- name: cron for preview_cards tootctl
cron:
@@ -16,4 +16,4 @@
minute: "30"
hour: "19"
weekday: "5"
job: "cd live && RAILS_ENV=production bin/tootctl preview_cards remove"
job: "{{ mastodon_home }}/bin/remove_preview_cards.sh"