Add orphans cleanup to masto
This commit is contained in:
parent
c47211150a
commit
2aeb007c30
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue