MyNixOS website logo
option

services.prosody.httpFileShare

Configures the http_file_share module to handle user uploads.

See https://prosody.im/doc/modules/mod_http_file_share for a full list of options.

Declarations
Type
null or (int, bool, string or list of them)
Default
null
Example
{
  domain = "uploads.my-xmpp-example-host.org";
}