What is the max size of attachments? #126
-
Hello, im interested in selfhosting this.
Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @Candyxxy 👋 Note that for really huge file, the encryption process on client can take a bite of time, a simple loading mechanism will be added. You can see the details for the configuration here : https://docs.enclosed.cc/self-hosting/configuration |
Beta Was this translation helpful? Give feedback.
Hey @Candyxxy 👋
By default the size limit is set to 50MiB for the whole encrypted note, including the attachments and the text content. The limit is enforced by the server, and can be configured through the
NOTES_MAX_ENCRYPTED_PAYLOAD_LENGTH
environment variable.Note that for really huge file, the encryption process on client can take a bite of time, a simple loading mechanism will be added.
You can see the details for the configuration here : https://docs.enclosed.cc/self-hosting/configuration