Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2021-12-16 16:10:16 +0300
committerAndras Timar <andras.timar@collabora.com>2021-12-16 16:11:36 +0300
commit685331f049cdf7497ff277c2b22ff5f211269872 (patch)
tree2ce79df3a3659c7d0ed3db5621d296cd3d658cae /README.md
parent3fc6f48c4f9a583a7b4d4735cd37d0731086378c (diff)
Rename the app to Nextcloud Office
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index fc4b018c..11a87afa 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Collabora Online
+# Nextcloud Office
[![Build Status](https://scrutinizer-ci.com/g/nextcloud/richdocuments/badges/build.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/richdocuments/build-status/master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nextcloud/richdocuments/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/nextcloud/richdocuments/?branch=master)
[![irc](https://img.shields.io/badge/IRC-%23nextcloud%20on%20freenode-orange.svg)](https://webchat.freenode.net/?channels=nextcloud)
@@ -22,14 +22,14 @@ npm run dev
### Server
-You will need an working Collabora Online server to connect to.
+You will need a working Collabora Online server to connect to.
Find out more about Nextcloud and Collabora Online, and how to setup an server here: https://nextcloud.com/collaboraonline/
Note: it is possible to use Collabora Online’s integration with re-compiled and/or re-branded backends. This app may work with other WOPI Edtiors such as LibreOffice Online but it is not tested.
### Nextcloud app
-In your Nextcloud, simply navigate to »Apps«, choose the category »Office & text«, find the Collabora Online app and enable it. Then open the administrator settings, navigate to the »Collabora Online« tab and specify your Collabora Online server.
+In your Nextcloud, simply navigate to »Apps«, choose the category »Office & text«, find the Nextcloud Office app and enable it. Then open the administrator settings, navigate to the »Nextcloud Office« tab and specify your Collabora Online server.
### Nextcloud/Collabora Online relation
@@ -42,18 +42,18 @@ Collaborative editing of federated documents requires richdocuments version 3.4
- Make sure the remote server is added as a trusted server
- Allow any domain to embed Collabora Online in a frame:
- `<frame_ancestors>https://*</frame_ancestors>` must be set in loolwsd.xml
+ `<frame_ancestors>https://*</frame_ancestors>` must be set in coolwsd.xml
-**Note:** Due to our content security policy we cannot open a document on a remote instance without reloading the page to allow Nextcloud embedding the remote collabora instance in a frame.
+**Note:** Due to our content security policy we cannot open a document on a remote instance without reloading the page to allow Nextcloud embedding the remote Collabora Online instance in a frame.
### Scripted installation (Ubuntu), Server + Nextcloud app
The developers of the [Nextcloud VM](https://github.com/nextcloud/vm) has made a [script](https://raw.githubusercontent.com/nextcloud/vm/master/apps/collabora.sh) that you can use.
Please remember to check the variables in the script to suit your config before you run it, though it should work out of the box on all Ubuntu servers from 16.04 an upwards.
-The only thing you must have prepared before you run the script is to have SSL (https://) on your Nextcloud domain and to setup a DNS record to a new domain that you will host Collabora on (office.domain.com for example) and point that your server. SSL is set up with Let's Encrypt.
+The only thing you must have prepared before you run the script is to have SSL (https://) on your Nextcloud domain and to setup a DNS record to a new domain that you will host Collabora Online on (office.domain.com for example) and point that your server. SSL is set up with Let's Encrypt.
-To get the script, please type the folloing command: `wget https://github.com/nextcloud/vm/blob/master/apps/collabora.sh` and then run the script with `sudo bash nextant.sh`.
+To get the script, please type the following command: `wget https://github.com/nextcloud/vm/blob/master/apps/collabora.sh` and then run the script with `sudo bash nextant.sh`.
Please report any issues regarding the script in the [Nextcloud VM repo](https://github.com/nextcloud/vm/issues).