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
path: root/docs
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-12-17 20:03:00 +0300
committerGitHub <noreply@github.com>2018-12-17 20:03:00 +0300
commit1b60221578e64578b6b523054c733662daccca2f (patch)
tree7374b52629b14c4c17a8317f245aa3b5ee5058e5 /docs
parentafa551f50cdab60d7e275535ac1fcccb60df0f50 (diff)
Create app_settings.md
copied from https://github.com/nextcloud/richdocuments/wiki
Diffstat (limited to 'docs')
-rw-r--r--docs/app_settings.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/app_settings.md b/docs/app_settings.md
new file mode 100644
index 00000000..0cda6fe0
--- /dev/null
+++ b/docs/app_settings.md
@@ -0,0 +1,22 @@
+## Collabora Online App Settings
+
+### Collabora Online Server
+URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client. Collabora Online should use the same protocol (http:// or https://) as the server installation. Naturally, https:// is recommended.
+
+### Restrict usage to specific groups
+By default the app is enabled for all. When this setting is active, only members of specified groups can use the Collabora Online.
+
+### Restrict edit to specific groups
+By default all users can edit documents with Collabora Online. When this setting is active, only the members of specified groups can edit, others can only view documents.
+
+### Use OOXML by default for new files
+By default new files created by users are in OpenDocument Format (ODF). When this setting is active, new files will be created in Office Open XML (OOXML) format.
+
+### Enable access for external apps
+Nextcloud internally passes an access token to Collabora Online that is used later by it to do various operations. By default, it's not possible to generate this token by 3rd parties; only Nextcloud can generate and pass it to Collabora Online.
+
+In some applications, it might be necessary to generate the token by a 3rd party application. For this, one needs to add the 3rd party application (external apps) in this setting. You need to add an application identifier and a secret
+token. These credentials then can be used by the 3rd party application to make calls to `wopi/extapp/data/{fileId}` to fetch the access token and URL source for given fileId, both required to open a connection to Collabora Online.
+
+### Canonical webroot
+Canonical webroot, in case there are multiple, for Collabora to use. Provide the one with least restrictions. Eg: Use non-shibbolized webroot if this instance is accessed by both shibbolized and non-shibbolized webroots. You can ignore this setting if only one webroot is used to access this instance.