Add documentation in how to enable server-side-encryption for team folders

fix: https://github.com/nextcloud/documentation/issues/10713

Signed-off-by: Björn Schießle <bjoern@schiessle.org>
This commit is contained in:
Björn Schießle
2025-08-08 12:34:41 +02:00
committed by GitHub
parent 497e836fcf
commit 42f2d62d47

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