diff options
Diffstat (limited to 'doc/snac.8')
| -rw-r--r-- | doc/snac.8 | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -296,6 +296,20 @@ outgoing messages (default: 15). Anyway, whenever any incoming activity from a | |||
| 296 | failed instance is detected, this counter is reset for it. | 296 | failed instance is detected, this counter is reset for it. |
| 297 | .It Ic vkey | 297 | .It Ic vkey |
| 298 | Public vapid key. Used for notification on some client. | 298 | Public vapid key. Used for notification on some client. |
| 299 | .It Ic disable_emojireact | ||
| 300 | If set to true, all EmojiReact support (for input and output) is disabled. | ||
| 301 | .It Ic strip_exif | ||
| 302 | If set to true, EXIF and other metadata will be stripped from uploaded images (jpg, png, webp, heic, avif, tiff, gif, bmp) and videos (mp4, m4v, mov, webm, mkv, avi). This requires the | ||
| 303 | .Nm mogrify | ||
| 304 | (from ImageMagick) and | ||
| 305 | .Nm ffmpeg | ||
| 306 | tools to be installed. If | ||
| 307 | .Nm snac | ||
| 308 | cannot find or execute these tools at startup, it will refuse to run. | ||
| 309 | .It Ic mogrify_path | ||
| 310 | Overrides the default "mogrify" command name or path. Use this if the tool is not in the system PATH or has a different name. | ||
| 311 | .It Ic ffmpeg_path | ||
| 312 | Overrides the default "ffmpeg" command name or path. Use this if the tool is not in the system PATH or has a different name. | ||
| 299 | .El | 313 | .El |
| 300 | .Pp | 314 | .Pp |
| 301 | You must restart the server to make effective these changes. | 315 | You must restart the server to make effective these changes. |