mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user