I'm trying to test OnlyOffice locally. I'd like to open .docx files on my website. I was quite confused, but I think I dont need Community Server for this, right? The Document Server looks fine. Even when I set the volumes.. For now, lets use this:
sudo docker run -i -t -d -p 80:80 --restart=always onlyoffice/documentserver
The Document Server runs fine. When I open http://localhost
I see "The Document Server is running..."
Then I tried to follow the Node.js example instructions https://api.onlyoffice.com/editors/example/nodejs
The server is running fine. I did changed the config/default.json to have
{
"server": {
...
"siteUrl": "http://localhost"
}
}
The Node.js example also runs fine