Skip to content

Commit

Permalink
[#58141] Document Nextcloud GroupFolder encryption activation command
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic-braeunlein committed Oct 1, 2024
1 parent bda9830 commit b16eb3d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/system-admin-guide/integrations/nextcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,16 @@ sudo systemctl restart apache2
If that also not work please check the [instructions for setting up pretty URLs in Nextcloud](https://docs.nextcloud.com/server/22/admin_manual/installation/source_installation.html#pretty-urls). This usually also resolves the issue of stripped `Authorization` headers.
#### Files are not encrypted when using Nextcloud server-side encryption
If your Nextcloud server uses server-side encryption, please note that the GroupFolder encryption needs to be manually enabled.
This is relevant for automatically managed project folders, as the GroupFolder app is used in these cases.
To enable encryption for GroupFolders, run the following command on your Nextcloud server:
```shell
occ config:app:set groupfolders enable_encryption --value="true"
```
#### Project folders are not created or you do not have access
You have setup the *Project folder* in both environments (Nextcloud and OpenProject), but you cannot see any folder named `OpenProject` in the root directory of **Files** app in Nextcloud.
Expand Down

0 comments on commit b16eb3d

Please sign in to comment.