Hello everyone
i can’t connect to the onlyoffice community server after enabling the https protocol it doesn’t allow mixed mode how can i make it allow since i can’t get the onlyoffice server to allow me to configure https
nextcloud runs on ubuntu 18.3
Thank you very much for the help
Use a proxy for this. If you are using Nginx as a web server you can follow this :
OnlyOffice Document Server with a 100 simultaneous connections and Mobile Edition !
[image] [image]
Alright i built a Docker Repository where i put my working image. Source code is at the end of this HOW TO.
So let’s start :
docker pull nemskiller007/officeunleashed
Will download my image
Let’s run it :
docker run -i -t -d -p 8000:80 --restart=always nemskiller007/officeunleashed
Do a : docker ps -a in order to find your CONTAINER_ID or CONTAINER_NAME
Lets modify a file for having a p…