Please cleanup and extend the OnlyOffice related part in the Seafile Server manual.
The format is messed up and important information regarding autosave, jwt secret is messed up.
JWT can be enabled and the secret provided via docker env which does not require to manually edit various json files and is the better way to set this up.
Unfortunately it’s not possible anymore to contribute to the manual. Therefore please update this part soon.
* **JWT_ENABLED** : Specifies the enabling the JSON Web Token validation by the ONLYOFFICE Document Server. Defaults to `false` .
* **JWT_SECRET** : Defines the secret key to validate the JSON Web Token in the request to the ONLYOFFICE Document Server. Defaults to `secret` .