Add orphans cleanup to masto

This commit is contained in:
Cyryl Płotnicki 2024-02-05 20:23:31 +00:00
parent c47211150a
commit 2aeb007c30

View file

@ -80,6 +80,7 @@ in {
${tootctlPath} media remove --days=8 --prune-profiles --include-follows -c1 ${tootctlPath} media remove --days=8 --prune-profiles --include-follows -c1
${tootctlPath} media remove --days=8 --remove-headers --include-follows -c1 ${tootctlPath} media remove --days=8 --remove-headers --include-follows -c1
${tootctlPath} preview_cards remove --days=8 ${tootctlPath} preview_cards remove --days=8
${tootctlPath} media remove-orphans --fix-permissions
''; '';
startAt = "daily"; startAt = "daily";
}; };