Skip to content

Onlyoffice

Run your private cloud office. ONLYOFFICE provides you with the most secure way to create, edit and collaborate on business documents online.

Flatpak install

Install:

$ flatpak install flathub org.onlyoffice.desktopeditors

Run:

$ flatpak run org.onlyoffice.desktopeditors

Deploying the container

There are three different ways to deploy this container. I'll demonstrate all three. Open up your terminal window and prepare to type.

If you can spare port 80, the standard deployment command is:

$ docker run -i -t -d -p 80:80 onlyoffice/communityserver

NextCloud Secret key

/etc/onlyoffice/documentserver/default.json파일에서 services.CoAuthoring.secret.inbox.string계열의 속성을 변경하고, services.CoAuthoring.token.enable.browser계열의 속성을 true로 변경한다. 마지막으로 supervisorctl restart all를 사용하여 서버를 재 시작 해야 한다.

Favorite site