-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
instructions how to set up collabora office #160
Comments
Is it correct that that would require Docker? Maybe |
this would either require docker or java |
I would be interested in a solution as well as collabora office is a key part of a nextcloud install. @n0emis I could not find any reference to a normal java build. Do you have some pointers? |
docker is not supported by uberspace... but there must be a way? |
Any way to install that so we can boost Nextcloud? I found this guide to install it without Docker, but think it doesn't work with the restrictions on uberspce |
With Nextcloud 18 aka Nextcloud Hub, collabora office is directly included as installable plugin. |
Do you mean this: https://apps.nextcloud.com/apps/richdocuments? It's only a connector to a collabora instance. No collabora is installed. However, there seems to be ONLYOFFICE as an app. It just doesn't seem to work far, according to my short trial and these issues: |
I was able to install the Community Document Server |
How did you install it? |
You must increase the timeout in the client.php to an adequate time. A more deeper explanation is available under https://help.nextcloud.com/t/downloading-certain-apps-not-working/62603/11. |
Thanks. That did it! Also the solution from that link is:
|
My setup (#656) for the original ONLYOFFICE DocumentServer using udocker could also be an inspiration for Collabora+udocker. I use the DocumentServer because the performance of the NC app gets really bad with around 15+ simultaneous connections. |
It seems now more than ever it would be really helpful if someone figures out either directly from nextcloud hub or with udocker on how to get the CODE server running. I am currently stuck with trying to even see logs which give me helpful error messages. Right now it just fails and i don't even know where to look for the logs. |
For anyone interested: #656 is now simplified to use web backends, has no connection limit anymore and allows mobile editing. |
The Solution™Shall I turn this into a guide? So far I haven't tested the method using web backends. Serving collabora office should be possible in a subpath. Maybe an option has to be set, but don't think so. Please post whether this works for you, and also your performance tweaks. In this configuration, collabora CODE synchronizes its files faster with my Nextcloud than ONLYOFFICE, installed as in #656, but it uses much more server resources. This is expected, because CODE renders at the server side, whereas ONLYOFFICE does this at the client side. Prepare, Configure & Run
You can now edit ~/etc/collabora/loolwsd.xml to configure collabora office. You can also edit it to change configuration while the container is running. Another alternative is to set the options on the commandline, which is done in the script below. If you use an exposed port:
If you use web backends:
TestRun on any machine connected to the internet (with curl+tls-support):
Then, just try out to configure your WOPI host and use it. supervisordPut in
and run
|
I wrote a guide (#768). It does not cover exposed ports, only web backends. Also, the post above contains some errors which I won't correct, since we have the guide. Especially, web backends are configured correctly only in the guide. |
It would be great, if there were instructions how to set up collabora office in Uberspace.
The text was updated successfully, but these errors were encountered: