Hi!
I’m very happily using TagSpaces Web with minio, both self-hosted on a single NAS. I’m now looking for a way to encrypt the TagSpaces data at rest on the NAS.
MinIO SSE-C supports client-driven encryption of objects before writing the object to the drive, i.e. by using a key provided by the client. It is functionally compatible with Amazon Server-Side Encryption with Customer-Provided Keys and seems ideal for securing a typical TagSpaces Web installation?
Could this be implemented in Tag Spaces? The key could be supplied by the user, stored with the Tag Spaces Location and then used in every request to the server?
Thanks for considering.