Actions
New feature / Change #9067
openEnable attachment encryption on server
Start date:
01/22/2026
Due date:
% Done:
0%
Estimated time:
Description
The idea is to enable file attachment encryption server side :
- We create an encryption key.
- On document upload (chat), the file is encrypted and written on the file system.
- On document download, the file is loaded from file system and decrypted (check if file is encrypted).
- Have a settings in .env to enable encryption or not (default off)
Actions