Questions tagged [onlyoffice]

Questions about developing using the ONLYOFFICE office and productivity suite API and Document Builder. Questions about installing, hosting, or using ONLYOFFICE do not belong here - consider: https://support.onlyoffice.com/ https://cloud.onlyoffice.org/ https://dev.onlyoffice.org/ https://superuser.com/ https://serverfault.com/

ONLYOFFICE is an open-source office and productivity suite, including CRM and project management functions, as well as document editing, document management, calendaring and mail.

The is an Enterprise Edition and Community Edition. These can be installed using Docker on Linux or on Windows or you can use their cloud version.

There is an API available for interacting with ONLYOFFICE, and in particular, a DocumentBuilder API for creating and editing OOXML documents programmatically.

Questions about installing, hosting, or using ONLYOFFICE do not belong here, consider the forums below or Superuser/Serverfault.

Useful links:

88 questions
0
votes
1 answer

Nginx server timeout connecting to docker

I'm currently trying to install a docker image of owncloud integrated with onlyoffice document server according to https://www.linuxbabe.com/docker/onlyoffice-nextcloud-integration-docker However, whenever I go to the ip address I get "504 Gateway…
0
votes
1 answer

Onlyoffice plugins not working when 4.4.3 (build:7) to 5.0.4 (build:15)

When we upgraded onlyoffice server (integration mode) on linux, in-build plugins as well as plugins i customized are stopped working. It is not giving any kind of errors in console as well. My observation is that, it is not able to hit init() on my…
Vikas Nale
  • 303
  • 2
  • 12
0
votes
2 answers

How to Replace a text by calling Onlyoffice ApI

I am using Onlyoffice document Server version 5.0.3 It works fine. find and replace a text in the document editor Onlyoffice configuration file: editor.jsp config = { "document": { "fileType": "docx", "key": "Khirz6zTPdfd7", …
Kalaiselvan
  • 2,095
  • 1
  • 18
  • 31
0
votes
2 answers

Integrated Onlyoffice Documentserver in Owncloud Documents are not syncable anylonger

I integrated Onlyoffice Documentserver into my Owncloud Instance. Now I cannot sync my files from Owncloud, because they are hidden and renamed for onlyoffice usage. Now I see files named .Table.xlsx~34324fs something like that. Also the directory…
0
votes
1 answer

Migrating onlyoffice community server in Windows

We have installed a Onlyoffice Community Server in our company on a Windows system. We need to migrate all these data to another Windows server (version 2012). If I go to settings I don't see the option of Data Management to do the backup and…
0
votes
1 answer

not getting confirmation mail from onlyoffice community server

I installed the only office by using the below command : docker run --net onlyoffice --name onlyoffice-document-server onlyoffice/documentserver docker run --net onlyoffice --privileged -i -t -d --name onlyoffice-mail-server -p 25:25 -p 143:143 -p…
RAHUL.S
  • 11
  • 2
0
votes
2 answers

Nextcloud and Onlyoffice on same server w/ NGINX

I have Nextcloud 11 successfully installed on my Centos 7 VPS server with godaddy. I also have Onlyoffice document server successfully installed on the same server. I tested each with seperate nginx config files to make sure each work. And each does…
Benji Weiss
  • 406
  • 2
  • 6
  • 19
0
votes
1 answer

Clone a entire Document/Excel/Presentation on specific Version

Is There any Options to Clone a Word / Excel / Presentation Based on document version number for Ex: version - 4 version - 3 version - 2 version - 1 Here I need to clone Version 4 In Onlyoffice Document Integration Server and without any…
Kalaiselvan
  • 2,095
  • 1
  • 18
  • 31
0
votes
1 answer

Docker Document Server "Download Failed"

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…
Rafael Leal
  • 461
  • 4
  • 6
0
votes
1 answer

Django integration with onlyoffice

I am trying to integrate onlyoffice with my Django UI. I have hosted community server on my local network 192.168.2.103. script is follows for opening the doc: