vsftpd: Set umask so that paperless may read

This commit is contained in:
Alexander Kobjolke 2024-12-18 00:27:42 +01:00
parent c256cf8f02
commit 0fb9ad732a
2 changed files with 28 additions and 0 deletions

View file

@ -9,6 +9,7 @@
enableVirtualUsers = true;
virtualUseLocalPrivs = true;
localRoot = "/var/lib/vsftpd/data";
extraConfig = "local_umask=002";
};
config.networking.firewall.allowedTCPPorts = [ 20 21 ];