From 42f2d62d47607205f7f403f4eeb4eb73d888d030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= Date: Fri, 8 Aug 2025 12:34:41 +0200 Subject: [PATCH] Add documentation in how to enable server-side-encryption for team folders MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: https://github.com/nextcloud/documentation/issues/10713 Signed-off-by: Björn Schießle --- .../encryption_configuration.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/admin_manual/configuration_files/encryption_configuration.rst b/admin_manual/configuration_files/encryption_configuration.rst index 159a754ab..ee18f6999 100644 --- a/admin_manual/configuration_files/encryption_configuration.rst +++ b/admin_manual/configuration_files/encryption_configuration.rst @@ -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