ONLYOFFICE / CommunityServer

Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
http://www.onlyoffice.com
Apache License 2.0
2.74k stars 620 forks source link

onlyoffice docker nexcloud #264

Open nbaglietto opened 3 years ago

nbaglietto commented 3 years ago

Good evening, I have the following inconvenience install inside a vm proxmos ubuntu 20.04 for Document Server on docker with Let’s Encrypt certificates this works ok in https://doc.espaciomemoria.ar and the docker has the following configuration docker run -i -t -d -p 443:443 --restart=always -v /app/onlyoffice/DocumentServer/logs:/var/log/onlyoffice -v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data -v /app/onlyoffice/DocumentServer/lib:/var/lib/onlyoffice -v /app/onlyoffice/DocumentServer/db:/var/lib/postgresql onlyoffice/documentserver on the other hand, on another server, I have installed nexcloud 20.0.2.2 on Ubuntu 20.04 and when I put the onlyoffice data it tells me that it is ok but when I want to save a document it tells me that “the document could not be saved, contact your administrator” nexcloud looks good at onlyoffice with this command: wget https://doc.espaciomemoria.ar/web-apps/apps/api/documents/api.js –2020-12-01 02: 26: 18-- https://doc.espaciomemoria.ar/web-apps/apps/api/documents/api.js Resolving doc.espaciomemoria.ar (doc.espaciomemoria.ar) … 190.2.46.164 Connecting to doc.espaciomemoria.ar (doc.espaciomemoria.ar) | 190.2.46.164 |: 443 … connected. HTTP request sent, awaiting response … 200 OK Length: 33385 (33K) [application / javascript] Saving to: ‘api.js’ api.js 100% =====>] 32.60K --.- KB / s in 0.001s

When I put this server it did not work https://docapi.powerfolder.com/

image ==> https://help.nextcloud.com/t/integracion-con-onlyoffice/99828

ShockwaveNN commented 3 years ago

Could you try to tempraly disable firewalls on your servers to check if it's fine

If not - is there any errors in DocumentServer logs?