France and Germany, in joint collaboration, have developed a Google Docs alternative - and its awesome! (Netherlands are currently onboarded)
-
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.
Please develop this self hosted version using sandstorm
It makes hosting a breeze with one click installation
-
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
Seconding k3d (and, by extension, k3s). If you're in a market for sth suitable for more upstream-compliant clustering solution (k3s uses SQLite instead of etcd, iirc), RKE2 is also a great choice
-
Then just use Word online.
Not FOSS and probably not privacy friendly
-
Pretty good project, but is it the future to have mainly web apps?
A bit of both I guess
Web apps have the advantage of not requiring admin permission and being accessible from pretty much everywhere, and they are often less intensive I believe
And I guess cloud storage of documents makes it even better
-
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
I don't like the approach of piling more things on top of even more things to achieve the same goal as the base, frankly speaking. A "local" kubernetes cluster serve no purpose other than incredible complexity for little to no gain over a mere docker-compose. And a small cluster would work equally well with docker swarm.
A service, even made of multiple parts, should always be described that way. It's easy to move "up" the stack of complexity, if you so desire. Having "have a k8s cluster with helm" working as the base requirement sounds insane to me.
-
Pretty good project, but is it the future to have mainly web apps?
Bro has been sleeping under a rock for the past 10 years.
-
Pretty good project, but is it the future to have mainly web apps?
A good web app is awesome!
But the big ones usually wants to have a native app so that they can scan your whole computer and so on. This is good news.
-
Yeah, it is called Word. Works on all computers, is free to use the web based version, and is the world standard.
It does not work on my work-computer, since office macros and some formatting renders differently across versions. Other required software constraints make windows unusable for me.
-
None of those tools are editors, right? They all try to be a notion alternative, which is also not an editor. There is basically 0 focus on typesetting.
That is what I'm saying this editor is trying to be Notion, not Google Docs.
-
This post did not contain any content.
So FramaSoft is not a thing ??
It's French -
That is what I'm saying this editor is trying to be Notion, not Google Docs.
Yes, but who said otherwise then?
Oh OP made it up. Nvm.
They write themselves that it is a notion alternative. -
Cryptpad is French, but they are using OnlyOffice, which is Russian.
Interesting, thanks for sharing!
-
Yeah, it is called Word. Works on all computers, is free to use the web based version, and is the world standard.
Maybe I missed something, but since when Word is not only an alternative to an office suite, but also a web-based one?
-
This post did not contain any content.
We should actually use an opensource, decentralized and private alternative instead of relying on another centralized service
See Fileverse for example: https://fileverse.io/
-
Yeah, it is called Word. Works on all computers, is free to use the web based version, and is the world standard.
Word won't install on machine.
LibreOffice does, though.
-
We should actually use an opensource, decentralized and private alternative instead of relying on another centralized service
See Fileverse for example: https://fileverse.io/
Yeah agreed - anything not FOSS is just setting up another bad situation waiting to happen
-
Yeah agreed - anything not FOSS is just setting up another bad situation waiting to happen
It says in one of the first paragraphs, that its open-source
-
We should actually use an opensource, decentralized and private alternative instead of relying on another centralized service
See Fileverse for example: https://fileverse.io/
I agree but having two major countries using this might be a good move for more efforts from nations. I know Canada still uses all M$FT platforms and recently moved to EXO.
Purpose built projects like this would be easy for public servants to adopt and adapt their workflow.
-
Yeah, it is called Word. Works on all computers, is free to use the web based version, and is the world standard.
-
I don't like the approach of piling more things on top of even more things to achieve the same goal as the base, frankly speaking. A "local" kubernetes cluster serve no purpose other than incredible complexity for little to no gain over a mere docker-compose. And a small cluster would work equally well with docker swarm.
A service, even made of multiple parts, should always be described that way. It's easy to move "up" the stack of complexity, if you so desire. Having "have a k8s cluster with helm" working as the base requirement sounds insane to me.
Yea I’m not a fan of helm either. In fact, I avoid charts when possible. But kustomize is great.
I feel the same way about docker compose. If it wasn’t already obvious, I’m biased in favor of k8s. I like and prefer that interface. But that’s just preference. If you like docker compose, great!
There’s one point where I do disagree however. There are scenarios where a local k8s cluster has a good and clear purpose. If your production environment runs on k8s, then it’s best to mirror that locally as much as possible. In fact, there are many apps that even require a k8s api to run. Plus, being able to destroy and rebuild your entire k8s cluster in 30s is wonderful for local testing.
Edit: typos