mastodon: add clear-cache command
This commit is contained in:
parent
4acff6e9e9
commit
36eaa0d88d
|
@ -33,8 +33,10 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
(pkgs.writers.writeDashBin "tootctl" ''
|
(pkgs.writers.writeDashBin "clear-mastodon-cache" ''
|
||||||
sudo -u mastodon /etc/profiles/per-user/mastodon/bin/mastodon-env /etc/profiles/per-user/mastodon/bin/tootctl "$@"
|
mastodon-tootctl media remove --prune-profiles --days=14 --concurrency=30
|
||||||
|
mastodon-tootctl media remove-orphans
|
||||||
|
mastodon-tootctl preview_cards remove --days=14
|
||||||
'')
|
'')
|
||||||
(pkgs.writers.writeDashBin "create-mastodon-user" ''
|
(pkgs.writers.writeDashBin "create-mastodon-user" ''
|
||||||
set -efu
|
set -efu
|
||||||
|
|
Loading…
Reference in a new issue