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.

Type
null or (open submodule of int, bool, string or list of them)
Default
null
Example
{
  domain = "uploads.my-xmpp-example-host.org";
}
Declared
<nixpkgs/nixos/modules/services/networking/prosody.nix>