Update mastodon to 4.5.6 and remove fedi fetcher

This commit is contained in:
fi 2026-02-11 17:18:55 +01:00
commit 459ac4c314
Signed by: fi
SSH key fingerprint: SHA256:inADBPqGBCdCSM3hxqnGk9srEdSG0Zl5WzSzKjd7f34
5 changed files with 4 additions and 78 deletions

View file

@ -57,13 +57,5 @@
permissions = "0640";
uploadAt = "pre-activation";
};
"mastodon-fedifetcher-access-token.secret" = {
keyCommand = keyCommandEnv ++ [ "pass" "mastodon/fedifetcher-access-token" ];
destDir = "/secrets-fedifetcher";
user = "root";
group = "root";
permissions = "0640";
uploadAt = "pre-activation";
};
};
}