Code Monkey home page Code Monkey logo

documentserver_community's Introduction

Community Documentserver

Requirements

The community document server only supports running on x86-64 Linux servers using glibc based distributions.

Configuring OnlyOffice

The community documentserver will automatically configure itself if no other document server is configured in the onlyoffice settings ("Document Editing Service address" is empty). All other "Server settings" should be left empty.

Adding fonts

You can add custom fonts to the document server using the following occ commands

  • Add font by path occ documentserver:fonts --add /usr/share/fonts/myfont.ttf
  • List added fonts occ documentserver:fonts
  • Remove an dded font occ documentserver:fonts --remove myfont.ttf

Self signed certificates

If your nextcloud is using a self signed certificate for https, you'll need to import the certificate into nextcloud's certificate store to make the documentserver work.

occ security:certificates:import /path/to/certificate.crt

Setup from git

When installing from git make and docker are required.

  • clone the repo into the Nextcloud app directory
  • run make in the app folder to download the 3rdparty components
  • Enable the app

OnlyOffice components

This app includes components from OnlyOffice to do a large part of the work. While building the app, these components are copied over from the official OnlyOffice documentserver docker image (see Makefile). The source for this can be found at the OnlyOffice github, primarily the web-apps, sdkjs and core repositories.

These components are licenced under AGPL-3.0 with their copyright belonging to the OnlyOffice team.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.