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:
authorJulius Härtl <jus@bitgrid.net>2019-08-29 10:42:07 +0300
committerGitHub <noreply@github.com>2019-08-29 10:42:07 +0300
commit595fe720f90c42e1a34cf81076f85f394d2ecdc4 (patch)
tree758dd637dcac09a0ad0c2152bb6af23d7e043fb6 /README.md
parent2c140bf2efece9bc2d47440b4e4fc14c14f46726 (diff)
Add federation details
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index a26cf109..85aa47e8 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,16 @@ For the latest information about the Collabora Online and Nextcloud releases, pl
[Apps page of Collabora](https://apps.nextcloud.com/apps/richdocuments).
+### Federated editing / Global Scale
+Collaborative editing of federated documents requires richdocuments version 3.4 on all involved servers. Besides that the following conditions must be met:
+
+- 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
+
+**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.
+
+
### 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.