commit a9da964e04912cf8dcd0a20aa776b05d729ab717
parent cfb0af842236def87b7c956cd1bb2844da77dfb8
Author: Leah (ctucx) <git@ctu.cx>
Date: Tue, 22 Oct 2024 13:46:30 +0200
parent cfb0af842236def87b7c956cd1bb2844da77dfb8
Author: Leah (ctucx) <git@ctu.cx>
Date: Tue, 22 Oct 2024 13:46:30 +0200
machines/briefkasten/gotosocial: disable remote-media download
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/machines/briefkasten/gotosocial.nix b/machines/briefkasten/gotosocial.nix @@ -59,7 +59,7 @@ in { storage-backend = "local"; storage-local-base-path = "/var/lib/gotosocial/storage"; - media-image-max-size = 10000000; + media-remote-max-size = 0; media-remote-cache-days = 3; media-cleanup-from = "02:00"; };