You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+68-16Lines changed: 68 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,16 @@ In order to make Ownpad work, go to the configuration panel (Settings /
16
16
Admininstration / Additional Settings) and fill in the necessary data
17
17
within the “Ownpad (collaborative documents)” section.
18
18
19
-
**Set a Etherpad Host:**
20
-
To be able to process the document, you must configure a Host. [Find more public providers at the Etherpad-Lite wiki](https://github.com/ether/etherpad-lite/wiki/Sites-that-run-Etherpad-Lite)
19
+
**Set a Etherpad Host:** To be able to process the document, you must
20
+
configure a Host. [Find more public providers at the Etherpad-Lite
Note that most browsers will only display the content if both Nextcloud and Etherpad/Ethercalc are served via HTTPS.
27
+
Note that most browsers will only display the content if both
28
+
Nextcloud and Etherpad/Ethercalc are served via HTTPS.
27
29
28
30
Afterwards, the “pad” and/or “calc” items will be available in the “+”
29
31
menu from the “File” app.
@@ -59,7 +61,12 @@ Then, you should add the following content in the `/config/mimetypemapping.json`
59
61
}
60
62
```
61
63
62
-
For the [snap-distribution of Nextcloud](https://github.com/nextcloud/nextcloud-snap) the template file can be found under `/snap/nextcloud/current/htdocs/resources/config/mimetypemapping.dist.json` and the active config-folder by default is `/var/snap/nextcloud/current/nextcloud/config/`.
64
+
For the [snap-distribution of
65
+
Nextcloud](https://github.com/nextcloud/nextcloud-snap) the template
0 commit comments