Merge pull request #292030 from Flakebi/paperless

paperless: fix uploading files via local folder
This commit is contained in:
Leona Maroni 2024-02-29 08:10:28 +01:00 committed by GitHub
commit 3302864e6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -307,6 +307,9 @@ in
Restart = "on-failure";
};
environment = env;
# Allow the consumer to access the private /tmp directory of the server.
# This is required to support consuming files via a local folder.
unitConfig.JoinsNamespaceOf = "paperless-task-queue.service";
};
systemd.services.paperless-web = {