Merge pull request 'mastodon: clean media older than 7 days' (#143) from mastodon/auto-clean-7-days into main

Reviewed-on: pub-solar/infra#143
Reviewed-by: b12f <b12f@noreply.git.pub.solar>
This commit is contained in:
teutat3s 2024-04-06 16:07:34 +00:00
commit 9698c47530
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -61,6 +61,9 @@
passwordFile = "/run/agenix/mastodon-smtp-password";
fromAddress = "mastodon-notifications@pub.solar";
};
mediaAutoRemove = {
olderThanDays = 7;
};
extraEnvFiles = [
"/run/agenix/mastodon-extra-env-secrets"
];