No community better than the #fediverse to ask this question

Are there self-hosted alternatives to Google Docs and such?
I’m hoping to collaborate with others with confidence that my data isn’t sold to the highest bidder.

Ease and convenience are nice to have, but privacy and long-term sustainability are my key concerns.

Also, are there paid options worth considering?

@ShmosKnows I use a thing called Nextcloud, it's pretty slick and nice in a lot of ways, but watch out 'cause they've started fiddling with AI crap a lot lately and IDK where they're going with that. They're on here too, @nextcloud
@ifixcoinops @ShmosKnows @nextcloud there is an office app that can be hosted alongside nextcloud called Collabora, but that was possibly the most cursed container I have ever seen

@rachel “most cursed container“?

Which was the container?
And cursed how?

@ShmosKnows it has been a while so looking back at the deployment manifest I see allowPrivilegeEscalation: true enabled. I remember seeing some other ugly stuff with how sub-proccesses were spawned in the container. The offical docs recommend setting --privileged when running in regular docker.

They're creating jails per doc open for some reason. wild stuff
@ShmosKnows https://github.com/CollaboraOnline/online/issues/9948

ok so maybe some of the worst got resolved? not sure, I'll have to take a deeper look eventually, but at the end of a loooooooooooooong homelab backlog
Latest Docker image is only working in privileged mode · Issue #9948 · CollaboraOnline/online

Describe the Bug With the latest Docker image (tag: 24.04.7.1.1) the container doesn't start up correctly without privileged rights. With previous versions (tag 24.04.6.2.1 and before) it was possi...

GitHub
@rachel @ShmosKnows Yeah I run Collabora and I don't have to enable privileged mode or anything... It's pretty standard from a compose file perspective...