I want to ask a how-to-question, I have read this “Adding a DMS provider” page:
https://api.onlyoffice.com/desktop/addingdms/
It is a good feature, any document cloud could be connected with desktop editors. I plan to deploy an alist server for myself in the near future.
But now, I want to just have a test of the “Adding a DMS provider” locally, so I choose everything web service on my computer, what is everything? here is its website
https://www.voidtools.com
I have two computers in my house connected, both with everything HTTP server, and the everything servers are connected, I can search files each other, so, if ONLYOFFICE Desktop Editors could be added an everything server provider, I could open a document read-only on the other computer without downloading it first. I have tried it but have not been successful.
![](a snapshot here.png)
The button and icon are easy to configure. There should be a snapshot but the rule does not allow two snapshots in one post for a new user like me. But, the editor does not open the document online but let me download the document, snapshot here
I am not sure the “editorPage” item configuration in my file “config.json”
{
"provider": "everything",
"name": "EveryThing",
"entryPage": "http://localhost",
"editorPage": "/products/files/doceditor",
"icons": {
"themeLight": {
"connectionsList": "./assets/listicon.svg",
"buttonLogo": "./assets/buttonlogo.svg"
},
"themeDark": {
"connectionsList": "./assets/listicon_dark.svg",
"buttonLogo": "./assets/buttonlogo_dark.svg"
}
}
}
I copy this line from the config.json of the ONLYOFFICE cloud, I don’t know what the “editorPage” is for everything server locally. Should I install a Doc server and a connector for the everything server? is this “editorPage” a path pointing to a Doc server?
Thanks for any help!
btw, OS: 64Bit version of Windows7, App version 7.2.1, downloaded from ONLYOFFICE website