You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fresh install of the official nextcloud:fpm docker image using Digital Ocean Spaces as primary storage. As expected, the initial files are uploaded without encryption because I haven't toggled server-side encryption on yet, but after I installed the Default Encryption app and enabled server-side encryption, subsequent files are still showing up in plaintext in the bucket.
Steps to reproduce
Install nextcloud:fpm with docker
Configure the container to use Digital Ocean Spaces as primary storage with the following variables in docker-compose.yml:
Upon further testing, it looks like most files actually ARE encrypted, but I saw in the documentation that image thumbnails/previews etc are not encrypted, so that's possibly what I was seeing with images. One undocumented limitation I am seeing though is that when you create files in the web app editor (e.g., "New Text File"), those are silently uploaded to S3 without encryption.
Hi, please update to 24.0.9 or better 25.0.3 and report back if it fixes the issue. Thank you!
My goal is to add a label like e.g. 25-feedback to this ticket of an up-to-date major Nextcloud version where the bug could be reproduced. However this is not going to work without your help. So thanks for all your effort!
Bug description
I have a fresh install of the official
nextcloud:fpm
docker image using Digital Ocean Spaces as primary storage. As expected, the initial files are uploaded without encryption because I haven't toggled server-side encryption on yet, but after I installed the Default Encryption app and enabled server-side encryption, subsequent files are still showing up in plaintext in the bucket.Steps to reproduce
nextcloud:fpm
with dockerdocker-compose.yml
:Expected behavior
Files uploaded to the server after enabling server-side encryption are actually encrypted
Installation method
Official Docker image
Operating system
Debian/Ubuntu
PHP engine version
Other
Web server
Nginx
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Enabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: