Does anyone use 'onlyoffice.plone'? I took a look at it today and it seems quite nice, but (basically) only works for 'File content type'. It makes more sense to me to have the functionality as a behavior, so I might try to do that (if anyone uses the add-on, that is):
Side note: I see that duplication the current File content type 'breaks the UI'.
PS: If there are reasons for not using the add-on, please let me know
5. Then ONLYOFFICE Docs downloads the document from Plone and the user begins editing.
...
9. Plone downloads a new version of the document, replacing the old one.
If I use the 'demo server', it seems to work with https, but if I use the installed (local) version, it does not connect ( I am helping someone else here, so it is not me that has set up the server so I dont know how that was done)
I use the 'demo server', it seems to work with https
Because the demo server is https. If plone use https, the onlyoffice must use https. If you installed local, aslo should disable JWT.
documentserver-jwt-status.sh
Your JWT settings:
JWT enabled - false
But, when I try http://localhost:444 in Plone control panel (Document Editting Service), I still got 'ONLYOFFICE can not be reached'. (I can access it with a browser, so it is running)
In 'local.json', I now have (Is this what you mean by 'leave blank' ?)
Secret key (leave blank to disable), this is what I mean leave blank.
Save
My plone is use nginx as a HTTPS reverse proxy, and you should make sure to use a valid domain certificate in both nginx and onlyoffice server. Self signed certificate may neet more settings, I haven't tested it yet.