From 8db95137fbe3552fd244847e62d2ae003792c6eb Mon Sep 17 00:00:00 2001 From: Josh Richards Date: Tue, 5 Dec 2023 12:27:19 -0500 Subject: [PATCH] Update README: Add server-side encryption command Documents config value implemented in #2057 Closes #912 Signed-off-by: Josh Richards --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ed8dd33c..6a42176b8 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,8 @@ If you're unfamiliar with `occ` see [Using the occ command](https://docs.nextclo - `occ groupfolders:quota [|unlimited]` → set a quota for a group folder - `occ groupfolders:rename ` → rename a group folder - `occ groupfolders:scan ` → trigger a filescan for a group folder -- `occ groupfolders:trashbin:cleanup ` → empty the trashbin of all group folders +- `occ groupfolders:trashbin:cleanup` → empty the trashbin of all group folders +- `occ config:app:set groupfolders enable_encryption --value="true"` → activate encryption (server-side) support ### Configuring Advanced Permissions via `occ`