services.prosody-filer.settings

NixOS option

Configuration for Prosody Filer. Refer to https://github.com/ThomasLeister/prosody-filer#configure-prosody-filer for details on supported values.

type: TOML value
Default
{
  listenport = mkDefault "127.0.0.1:5050";
  uploadSubDir = mkDefault "upload/";
}
Example
{
  secret = "mysecret";
  storeDir = "/srv/http/nginx/prosody-upload";
}
declared in: nixos/modules/services/web-apps/prosody-filer.nixView source on NixOS/nixpkgs →