Skip to content

Commit

Permalink
Update README: Add server-side encryption command
Browse files Browse the repository at this point in the history
Documents config value implemented in #2057 
Closes #912 

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
  • Loading branch information
joshtrichards authored Dec 5, 2023
1 parent cf8e231 commit ef86ced
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ If you're unfamiliar with `occ` see [Using the occ command](https://docs.nextclo
- `occ groupfolders:quota <folder_id> [<quota>|unlimited]` &rarr; set a quota for a group folder
- `occ groupfolders:rename <folder_id> <name>` &rarr; rename a group folder
- `occ groupfolders:scan <folder_id>` &rarr; trigger a filescan for a group folder
- `occ groupfolders:trashbin:cleanup ` &rarr; empty the trashbin of all group folders
- `occ groupfolders:trashbin:cleanup` &rarr; empty the trashbin of all group folders
- `occ config:app:set groupfolders enable_encryption --value="true"` &rarr; activate encryption (server-side) support

### Configuring Advanced Permissions via `occ`

Expand Down

0 comments on commit ef86ced

Please sign in to comment.