Get Started
Usage API
Using WOPI
Additional API
More information
|
Nuxeo ONLYOFFICE integration pluginThis plugin enables users to edit office documents from Nuxeo using ONLYOFFICE Docs. Features
Installing ONLYOFFICE DocsYou will need an instance of ONLYOFFICE Docs (Document Server) that is resolvable and connectable both from Nuxeo and any end-clients. If that is not the case, use the official ONLYOFFICE Docs documentation page. ONLYOFFICE Docs must also be able to POST to Nuxeo directly. The easiest way to start an instance of ONLYOFFICE Docs is to use Docker. Installing Nuxeo ONLYOFFICE integration pluginInstall it from marketplace. You can also install it using nuxeoctl. nuxeoctl mp-install /path/to/onlyoffice-nuxeo-package-x.x.zipConfiguring Nuxeo ONLYOFFICE integration pluginOpen the nuxeo.conf file and enter the name of the server with ONLYOFFICE Docs installed: onlyoffice.docserv.url=http://documentserver/ where the documentserver is the name of the server with ONLYOFFICE Docs installed. The address must be accessible from the user browser and from the Nuxeo server. The Nuxeo server address must also be accessible from ONLYOFFICE Docs for correct work. Starting from version 7.2, JWT is enabled by default and the secret key is generated automatically to restrict the access to ONLYOFFICE Docs and for security reasons and data integrity. Specify your own secret key by adding the onlyoffice.jwt.secret=yoursecret line to the nuxeo.conf file. In the ONLYOFFICE Docs config file, specify the same secret key and enable the validation. Compiling Nuxeo ONLYOFFICE pluginTo build Nuxeo plugin, the following steps must be performed for Ubuntu:
How it worksThe ONLYOFFICE integration follows the API documented here. Download the Nuxeo ONLYOFFICE integration plugin here. |