dockersslnginxonlyoffice

is authentication possible with Onlyoffice?


I run onlyoffice with docker docker run -i -t -d -p 80:80 onlyoffice/documentserver and a nginx load balancer which provide ssl encryption. My question is, how can i provide a authentication? without to touch the load balancer.

The Problem is, everybody can use the server.


Solution

  • The Problem is, everybody can use the server.

    We would recommend to enable JWT on the Document Server. It is supported by the NC connector


    enter image description here