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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ We'd like to also support ARM devices like the Raspberry Pi in the future.
15
15
The community documentserver will automatically configure itself if no other document server is configured in the onlyoffice settings ("Document Editing Service address" is empty).
16
16
All other "Server settings" should be left empty.
17
17
18
+
If autoconfiguration fails for any reason, you may manually enter the url. Log in as the admin and go to Settings > ONLYOFFICE. For the ONLYOFFICE Docs address, enter the value in the format of `https://<nextcloud_server>/apps/documentserver_community/`.
19
+
18
20
## Adding fonts
19
21
20
22
You can add custom fonts to the document server using the following occ commands
@@ -42,7 +44,7 @@ Specific commands and paths will differ based on your specific setup.
42
44
43
45
## Setup from git
44
46
45
-
When installing from git `make`and `docker` are required.
47
+
When installing from git `make`, `curl`, `rpm2cpio`, and `cpio` are required.
46
48
47
49
- clone the repo into the Nextcloud app directory
48
50
- run `make` in the app folder to download the 3rdparty components
0 commit comments