Interesting:
Docs is the result of a joint effort lead by the French ๐ซ๐ท๐ฅ(DINUM) and German ๐ฉ๐ช๐ฅจ governments (ZenDiS). We are always looking for new public partners (we are currently onboarding the Netherlands ๐ณ๐ฑ๐ง). Feel free to reach out if you are interested in using or contributing to docs...
Itโs definitely been the direction of travel for the last several years. Not because the products are better, but because itโs easier to develop for just the browser than for Mac, Windows, and Linux.
No, because with the above you can have rich objects in databases (for example, a dynamically updated list of medical events, each with all the attributes I want, attachments etc.), and almost arbitrarily deep nesting of databases.
The idea to have databases with pages is one of the key features that made notion successful. It allows to structure knowledge without duplication, in addition to provide some other no-code features.
Just checked the part about self-hosting. While it's probably possible to handle things with a less heavy approach, their only "easy to use" example right now is to have a full-blown kubernetes cluster at hand or run locally in the source directory. That's a bit much.
In the README there's also instructions for Docker Compose, although it's quite the compose file, with SIXTEEN containers defined. Not something I'd want to self-host.
Honestly, k8s is super easy and very lightweight to run locally if you know the rights tools. There are a few good options but I prefer k3d. I can install Docker/k3d and also build a local cluster running in maybe 2 minutes. Itโs excellent for local dev. Even good for production in some niche scenarios
Pretty sure Libre only does local document collaboration, having it online is helpful for teams far from each other or who simply don't have the infrastructure for their own central server of this kind.
Well this has been running in our Nextcloud and works pretty well collaboratively :)
https://github.com/CollaboraOnline/online
not sure how it scales, but definitely an alternative that can be built on
From briefly looking over the toot, I think the German version is called openDesk (bad choice as there seems to be some interior design software with the same name) there is a community version you can self host in a docker container. They apparently also have distro packages for Debian and Ubuntu but they seem to have stopped development on those.
Self-hostable, but it seems like an absolute behemoth of an application if their "non-production-use-only" docker-compose file is to be believed, and I couldn't find any production-ready deployment instructions on a quick skim. No obvious signs of federation and I didn't see anything on their roadmap, not sure it would make a lot of sense for this though.
Deployment instructions start with the prerequisite that you have a full kubernetes cluster with ingress laying around, soโฆ yeah. It looks like it'll be on the heavy side.