1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00
OnlyOffice package for YunoHost
Find a file
2024-08-05 08:24:31 +02:00
.github Manifest v2 bis 2024-02-15 16:05:43 +01:00
.vscode Manifest v2 bis 2024-02-15 16:05:43 +01:00
conf Update nginx.conf 2024-08-02 11:31:19 +02:00
doc Replace "public" boolean with "visitors" in ADMIN.md 2024-04-17 13:55:50 +02:00
scripts remove path_no_slash 2024-08-02 14:04:21 +02:00
ALL_README.md Auto-update READMEs 2024-08-01 15:41:54 +00:00
LICENSE Add GPL 2018-11-12 14:33:54 +01:00
manifest.toml Upgrade sources 2024-08-05 03:41:30 +02:00
README.md Auto-update READMEs 2024-08-05 01:41:32 +00:00
README_es.md Auto-update READMEs 2024-08-05 01:41:32 +00:00
README_eu.md Auto-update READMEs 2024-08-05 01:41:32 +00:00
README_fr.md Auto-update READMEs 2024-08-05 01:41:32 +00:00
README_gl.md Auto-update READMEs 2024-08-05 01:41:32 +00:00
README_id.md Auto-update READMEs 2024-08-05 01:41:32 +00:00
README_it.md Auto-update READMEs 2024-03-29 06:16:01 +00:00
README_zh_Hans.md Auto-update READMEs 2024-08-05 01:41:32 +00:00
tests.toml Update tests.toml 2024-08-02 21:12:57 +02:00

OnlyOffice for YunoHost

Integration level Working status Maintenance status

Install OnlyOffice with YunoHost

Read this README in other languages.

This package allows you to install OnlyOffice quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.

Online collaborative edition of ONLYOFFICE documents requires:

  1. a server part, with two installation options:

    1. ONLYOFFICE Document Server packaged for YunoHost.
    2. The Community Document Server for Nextcloud
  2. a client part, such as:

    1. The ONLYOFFICE connector for Nextcloud
    2. The ONLYOFFICE Desktop Editors

A solution made easy by YunoHost is to install (1.i) and (2.i), see section below. The Nextcloud addicts may follow this tutorial to install (1.ii) and (2.i) on one Nextcloud instance. However, performance and architecture are limited.

Shipped version: 8.1.1~ynh1

Demo: https://www.onlyoffice.com/fr/download-desktop.aspx

Screenshots

Screenshot of OnlyOffice Screenshot of OnlyOffice

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that:

sudo yunohost app install https://github.com/YunoHost-Apps/onlyoffice_ynh/tree/testing --debug
or
sudo yunohost app upgrade onlyoffice -u https://github.com/YunoHost-Apps/onlyoffice_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps