From 98f20473bf054050a418eb8b164e2fdd14c1fdde Mon Sep 17 00:00:00 2001 From: grunfink Date: Thu, 2 Apr 2026 16:51:24 +0200 Subject: Updated documentation. --- doc/snac.8 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/snac.8 b/doc/snac.8 index 8265dea..262fc78 100644 --- a/doc/snac.8 +++ b/doc/snac.8 @@ -325,6 +325,8 @@ instances with unknown or untrusted users. Overrides the default "mogrify" command name or path. Use this if the tool is not in the system PATH or has a different name. .It Ic ffmpeg_path Overrides the default "ffmpeg" command name or path. Use this if the tool is not in the system PATH or has a different name. +.It Ic purge_static +If set to true, user static directories are purged; any file stored in these subdirectories (usually images or other media) that is not attached to any post or served as an emoji is deleted from the filesystem. Don't enable this option if any of your users are serving other files (like, e.g., CSS assets) this way. .El .Pp You must restart the server to make effective these changes. -- cgit