For those encountering security or download errors in a Docker deployment:
- Set
JWT_ENABLED=false
in theonlyoffice-documentserver
environment. - Enable
allowPrivateIPAddress
in/etc/onlyoffice/documentserver/default.json
inside the container. For more details, see this guide.