Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Linnik <sergey.linnik@onlyoffice.com>2021-05-26 12:13:08 +0300
committerGitHub <noreply@github.com>2021-05-26 12:13:08 +0300
commit926a0be602e8eb147974daa614a4bd444e198e99 (patch)
tree24831e02154ac3912dbe39a711e9d7b5edf4aa17
parent85ac3205e0bd9969b7628aefb2d76fccbd7bcdb1 (diff)
parentfb18369df15e202d8decce17ce65273bd7000e2f (diff)
Merge pull request #477 from acsfer/patch-1
Remove note about non-compatibilty issue
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
index d68c712..62e6abd 100644
--- a/README.md
+++ b/README.md
@@ -145,12 +145,6 @@ If the connection is made using the same authorization keys (the _Username and p
If different authorization keys are used (_Log-in credentials, save in database_ or _User entered, store in database_ authentication options), the co-editing is not available.
When the _Log-in credentials, save in session_ authentication type is used, the files cannot be opened in the editor.
-* Nextcloud provides an option to encrypt the file storage.
-But if the encryption with the _per-user encryption keys_ (used by default in Nextcloud **Default encryption module** app) is enabled, ONLYOFFICE Document Server cannot open the encrypted files for editing and save them after the editing.
-The ONLYOFFICE section of the administrative settings page will display a notification about it.
-However if you set the encryption with the _master key_, ONLYOFFICE application will work as intended.
-The instruction on enabling _master key_ based encryption is available in the official documentation on [Nextcloud](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/encryption_configuration.html#occ-encryption-commands) websites.
-
* If you are using a self-signed certificate for your **Document Server**, Nextcloud will not validate such a certificate and will not allow connection to/from **Document Server**. This issue can be solved the following way: locate the Nextcloud config file (_/nextcloud/config/config.php_) and open it. Insert the following section to it:
```php
'onlyoffice' => array (