-
> that version (Apache OpenOffice) is an orphan that nobody maintains anymore.
That's not true. The team maintaining AOO is small, but it's not abandoned. As evidence, I submit the fact that the last push to the Git repo[1] was a whopping 42 minutes ago.
[1]: https://github.com/apache/openoffice
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
ONLYOFFICE
ONLYOFFICE Docs is a free collaborative online office suite comprising viewers and editors for texts, spreadsheets and presentations, forms and PDF, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
There's also onlyoffice [1] which recently got a little more traction due to its integrations for moodle, owncloud, nextcloud etc. I think all of their software is AGPL3 licensed last time I checked.
[1] https://www.onlyoffice.com/
-
server
The backend server software layer which is the part of ONLYOFFICE Document Server and is the base for all other components (by ONLYOFFICE)
For what it's worth, their server can be hosted on Windows and Linux, so somebody could make a Dockerfile for it. But yeah, in any case I'd double check for any log4j like known vulnerabilities.
[1] https://github.com/ONLYOFFICE/server/tree/8f4fd3383656602115...
-
Is there a tl;dr on the crdt/collaboration feature? How does one get the share up and running, do you get a special link that you can send to someone? How smooth can it get? I'm guessing it's hard to do without some sort of relay system (like syncthing) or servers for hosting links (like https://file.pizza )