Merge pull request #13495 from nextcloud/schiessle-patch-1

Add documentation in how to enable server-side-encryption for team folders
This commit is contained in:
rakekniven
2025-08-11 21:34:00 +02:00
committed by GitHub

View File

@@ -131,6 +131,19 @@ Encryption settings can be configured in the mount options for an external
storage mount, see :ref:`external_storage_mount_options_label`
(:doc:`external_storage_configuration_gui`)
Encrypting team folders
-----------------------
By default team folder are not encrypted. If you want to encrypt your team folders
as well you need to run following occ command:
occ config:app:set groupfolders enable_encryption --value=true
Like for all other files and server-side-encryption in general, this will not encrypt
already existing files in team folders but only new or updated files after
the occ command was executed.
.. _occ_encryption_label:
occ encryption commands