theasmoth / hancomoffice

Hancom Office Online for Nextcloud Connector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hancom Office Connector for Nextcloud app

This app enables users to edit office documents collaboratively from Nextcloud using Hancom Office Online.

Features

The app allows to:

  • Create and edit text documents, spreadsheets, and presentations.
  • Collaborative edit of shared documents in real-time.

Supported formats: DOC, DOCX, CELL, XLS, XLSX, SHOW, PPT, PPTX.

Installing Nextcloud Hancom Office Online integration app

Online install

The Nextcloud administrator can install the integration app from the in-built application market. For that go to the user name and select Apps.

After that find Hancom Office in the list of available applications and install it.

Manual install

  1. Go to the Nextcloud server custom_apps/ directory:

    cd apps/
    
  2. Get the Nextcloud Hancom Office Online integration app. There are several ways to do that:

    a. Download the latest signed version from the official store for Nextcloud.

    b. Or you can download the latest signed version from the application release page on GitHub.

    c. Or you can clone the application source code and compile it yourself:

    git clone https://github.com/hancom-git/hancom-nextcloud.git hancomoffice
    
  3. Change the owner to update the application right from Nextcloud web interface:

    chown -R www-data:www-data hancomoffice
    
  4. In Nextcloud open the ~/settings/apps/disabled page with Not enabled apps by administrator and click Enable for the Hancom Office Online application.

Configuring Nextcloud Hancom Office Online integration app

You will need an instance of Hancom Office Online. Then you will need to add server address to Nextcloud config whitelist.

  'trusted_domains' => array (
    0 => 'mydomain.address.me:8090',
  ),

In Nextcloud open the ~/settings/admin/hancomoffice page with administrative settings for Hancom Office Online section. Enter the following address to connect Hancom Office Online:

https://<address>/

Where the address is the name of the server with the Hancom Office Online installed. The address must be accessible for the user browser and from the Nextcloud server. The Nextcloud server address must also be accessible from Hancom Office Online for correct work.

The Open in Hancom Office Online action will be added to the file context menu. By default files opens in viewer mode.

About

Hancom Office Online for Nextcloud Connector

License:GNU Affero General Public License v3.0


Languages

Language:PHP 73.4%Language:JavaScript 24.2%Language:CSS 2.3%