Do you want to: Ask a how-to question
Document Server version: latest
Type of installation of the Document Server: Docker and its installation guide
Arch Linux
Hey there,
I’m just trying to set up the onlyoffice docker container to compare it to nextcloud office, but I’m running into some quite annoying issues that have ground all progress to a halt.
At first I tried running the docker container as well as the nextcloud integration, but that’s already where my first problem appeared: There is nothing running on port 443 on the docker container (verified via netstat -tulpn
), but the nextcloud integration demands https, for whatever reason. I want to note that at this point I was able to access the onlyoffice welcome page via port 80.
Then I tried putting the docker container behind my caddy reverse proxy. I gave it a subdomain and everything, but now there is no way for me to access anything. All I’m getting are 502s, and so is the nextcloud integration.
What am I supposed to do now? I’m literally all on the default configs. Zero errors in any of the log files. The only potential clue is find: ‘/var/www/onlyoffice/Data/certs’: No such file or directory
at the top of the logs.
What is going on here and how do I fix it?
Thanks!