Alexey Golubev
Alexey Golubev
Hi @gitqud, it looks enough, but the Nginx config is strange. To my mind, it's based on SSL config, just use HTTP config for document server. Also, can you check...
It's wrong to turn on and use documentserver with SSL(HTTPS) behind a proxy. The proxy can't validate the certificate of documentserver cause it working with a local address.
`AMQP_SERVER_URL` has the wrong format. See details [here](https://www.rabbitmq.com/uri-spec.html) I think we have to add `AMQP_SERVER_URL` parameter validation before use it.
Hi, this issue related to working Document Server behind a proxy, you have to provide HTTP headers `X-Forwarded-Proto` and `X-Forwarded-Host` with origin protocol and host value while proxy traffic to...
Hi @ejgutierrez74, you don't have to run two DS containers to get SSL connection. Just run one and bind it on 80 and 443 ports. ``` $ sudo docker run...
Hi @jcgruenhage, DS waits `http` or `https` as `X-Forwarded-Proto` header value. Please checkout traefik example config for DS [here](https://github.com/ONLYOFFICE/document-server-proxy/blob/master/traefik/proxy-https-to-http.toml).
hi @julyusito, try adding all rights for files in `/PATH_TO_DOCKER_VOLUMES/nextcloud-onlyoffice/var/lib/onlyoffice` directory. It looks like Nginx process don't have enough permission for files in `/var/lib/onlyoffice/documentserver/App_Data/cache/files`. In the second case, the root...
Hi @apritcha1, try using ONLYOFFICE Docs on the standard port, Document Server can run behind a proxy but I'm not sure the same about ONLYOFFICE Docs Example.
Hi @temparus. 1. The data container is used to share settings, cache, and fonts between nodes of the document server. Each node of the document server can handle editing session...
@temparus, I'm not familiar with Portainer, could you send me the name of the used Traefik docker image?