this post was submitted on 16 May 2021
10 points (100.0% liked)

Open Source

32782 readers
580 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

OnlyOffice is sadly a bit open-core with some features in the source code deliberatly disabled / restricted for non-customers.

This Dockerscript claims to reenable the mobile editors and also removes the artificial limit of 20 concurrent users.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 3 years ago (1 children)

What's the reasoning to use it over LibreOffice though? I've used LibreOffice for years now with no issue.

[โ€“] [email protected] 3 points 3 years ago

Collabora built Libreoffice Online (C++) to have the software processing happen on the server side. OnlyOffice (HTML5) is built to have the processing on the client side in the browser. From a user perspective I don't think it matters, but I believe most hosting/solution providers looking to offer a whitelabel office suite opt for OnlyOffice because it requires less server resources, as document processing is happening at the edge (the users computer, not the server.) I'm oversimplifying here but that's the high level afaik.