I followed this guide: OnlyOffice Integration.
Seafile runs on server A, installed in the classic way, on server B OnlyOffice runs via Docker.
When calling up an Office document, a new browser window opens with OnlyOffice, then it takes a moment and I get the error message “Download failed” and “The document could not be saved”.
I can’t find a clue in any log file that leads me to the cause of the problem. The test page /welcome can be called without complaint. /example also works great. So it must be the integration with Seafile.
I have the following questions about the settings in the seahub_settings.py file:
ONLYOFFICE_APIJS_URL: if Seafile is called via HTTPS, does ONLYOFFICE_APIJS_URL also have to be HTTPS, or is this completely independent of the call to Seafile HTTP or HTTPS?
ONLYOFFICE_FORCE_SAVE: is this setting sufficient for the file to be saved, or is the setting in the /etc/onlyoffice/documentserver/local.json file required? If so, can this setting also be made in the /etc/onlyoffice/documentserver/production-linux.json file instead of in local.json?
I have already successfully installed Seafile and OnlyOffice, but on the same server and therefore made OnlyOffice accessible as a subfolder. However, I would now like to split the services over several servers.