summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/snac.88
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/snac.8 b/doc/snac.8
index b8a75fa..8283ac6 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -296,6 +296,14 @@ outgoing messages (default: 15). Anyway, whenever any incoming activity from a
296failed instance is detected, this counter is reset for it. 296failed instance is detected, this counter is reset for it.
297.It Ic vkey 297.It Ic vkey
298Public vapid key. Used for notification on some client. 298Public vapid key. Used for notification on some client.
299.It Ic strip_exif
300If set to true, EXIF metadata will be stripped from uploaded images (jpg, png, webp, heic, avif, tiff, gif, bmp). This requires the
301.Nm mogrify
302tool to be installed. If
303.Nm snac
304cannot find or execute the tool at startup, it will refuse to run.
305.It Ic mogrify_path
306Overrides the default "mogrify" command name or path. Use this if the tool is not in the system PATH or has a different name.
299.El 307.El
300.Pp 308.Pp
301You must restart the server to make effective these changes. 309You must restart the server to make effective these changes.