Skip to content

Commit

Permalink
Merge pull request #433 from ONLYOFFICE/feature/update-readme
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
LinneyS authored Aug 10, 2023
2 parents 861a97a + e3e9ad3 commit fd47e10
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,23 @@ The instruction on enabling _master key_ based encryption is available in the of
This will disable the certificate verification and allow ownCloud to establish connection with **Document Server**.

Please remember that this is a temporary insecure solution and we strongly recommend that you replace the certificate with the one issued by some CA. Once you do that, do not forget to uncheck the corresponding setting box or remove the above section from the ownCloud config file.

* If the editors don't open or save documents after a period of proper functioning, the reason can be a problem in changing network settings or disabling any relevant services, or issues with the SSL certificate.
To solve this, we added an asynchronous background task which runs on the server to check availability of the editors. It allows testing the connection between your **ownCloud instance** and **ONLYOFFICE Document Server**, namely availability of server addresses and the validity of the JWT secret are being checked.
If any issue is detected, the ONLYOFFICE integration connector (consequently, the ability to create and open files) will be disabled. As an ownCloud admin, you will get the corresponding notification.
This option allows you to avoid issues when the server settings become incorrect and require changes.
By default, this background task runs once a day. If necessary, you can change the frequency. To do so, open the ownCloud config file (_/owncloud/config/config.php_). Insert the following section and enter the required value in minutes:
```php
'onlyoffice' => array (
'editors_check_interval' => 3624
)
```
To disable this check running, enter 0 value.
## ONLYOFFICE Docs editions
Expand Down Expand Up @@ -263,4 +280,4 @@ The table below will help you to make the right choice.
| Saving as PDF | + | + |
| | [Get it now](https://www.onlyoffice.com/download-docs.aspx?utm_source=github&utm_medium=cpc&utm_campaign=GitHubOwncloud#docs-community) | [Start Free Trial](https://www.onlyoffice.com/download-docs.aspx?utm_source=github&utm_medium=cpc&utm_campaign=GitHubOwncloud#docs-enterprise) |
\* If supported by DMS.
\* If supported by DMS.

0 comments on commit fd47e10

Please sign in to comment.