Skip to content

Commit

Permalink
Merge pull request #16870 from opf/documentation/58141-document-nextc…
Browse files Browse the repository at this point in the history
…loud-groupfolder-encryption-activation-command

Documentation/58141 Document Nextcloud GroupFolder encryption activation command
  • Loading branch information
dominic-braeunlein authored Oct 2, 2024
2 parents d26d63c + 0c2069d commit f26e0e5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 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,17 @@ 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

> [!NOTE]
> If your Nextcloud server uses server-side encryption, 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 f26e0e5

Please sign in to comment.