France and Germany, in joint collaboration, have developed a Google Docs alternative - and its awesome! (Netherlands are currently onboarded)
-
What does this do over what the collabora tools in Nextcloud do?
NGL I keep forgetting NextCloud has collaboration tools.
-
Calligra and LibreOffice already exist though. I am not against this in principle but couldn’t they have invested in an existing FOSS project?
A lot of government programs don't really make sense and are there just to put a name on a CV sadly.
Collabora Online does exactly that and is primary licensed under Mozilla Public License.They could have easily expanded Collabora. But you know, can't stamp your name on it.
-
Thanks I'll definitely check that out. I've seen some posts about it working on Synology Nas devices so that's very interesting.
-
Really cool. I tried to sign up but you have to be part of an officially recognized organization in France and input their registration number as part of the process.
Yeah I thought this was open to the general public, I didn't realize that it was not
-
Nice to see Lemmy is not just a place for complete nerds!
FOSS is free and open-source software. In simple terms, it is any program for which the source code (i.e. the actual code that forms the program, its entire backbone) is available for anyone to see and modify as they see fit, without any technical or legal limitations.
This is normally seen as very positive, because everyone with the knowledge of respective programming languages can inspect the program to see it doesn't do anything malicious, and everyone can change the program to their needs. Also, the original creator of the program does not have power to put any limitations on its use, like introducing payment requirements, or deleting important features, because everyone can immediately spawn a version of the program that doesn't have these changes, while still having the rest.
So... how do I use it? I tried signing up on the site, but.... it said something about an organization it was poorly transltaed from French to English, so I couldn't tell what I was doing.. I got as far as registering my current email address
-
Calligra and LibreOffice already exist though. I am not against this in principle but couldn’t they have invested in an existing FOSS project?
Wait LibreOffice has a cloud?
-
In case you didn't understood by now, it's free open source software
So how do I use it?
-
This post did not contain any content.
We already have kDrive you get 1TB storage for only 2€ a month, it's based in Switzerland
-
So... how do I use it? I tried signing up on the site, but.... it said something about an organization it was poorly transltaed from French to English, so I couldn't tell what I was doing.. I got as far as registering my current email address
It might be a bit early for you. It's in a way like Lemmy, somebody has to put it on a server and let you use it.
It's meant for government agencies to deploy and use (although anybody with some self hosting knowledge can do on their servers, including hobbiests and companies)
-
This post did not contain any content.
Nice, DINUM is doing a lot so great to see go beyond with supra national collaboration!
I'm using NextCloud (Germany and international open source community) hosted on Webo (Slovenia) with data centers in Germany and Helsinki (so I bet on Hetzner). I'm happy with it but I'll keep on eye on https://github.com/suitenumerique/docs
-
Nice, DINUM is doing a lot so great to see go beyond with supra national collaboration!
I'm using NextCloud (Germany and international open source community) hosted on Webo (Slovenia) with data centers in Germany and Helsinki (so I bet on Hetzner). I'm happy with it but I'll keep on eye on https://github.com/suitenumerique/docs
I'd be curious, they use Minio which puts S3 first. Does it mean Docs (the official instance) is relying on AWS?
If so IMHO that's not a great default EU sovereignty.
-
I'd be curious, they use Minio which puts S3 first. Does it mean Docs (the official instance) is relying on AWS?
If so IMHO that's not a great default EU sovereignty.
FWIW if others are curious https://github.com/suitenumerique/docs/issues/755 opened an issue
-
This post did not contain any content.
and why so?
-
I'd be curious, they use Minio which puts S3 first. Does it mean Docs (the official instance) is relying on AWS?
If so IMHO that's not a great default EU sovereignty.
I would assume (without having looked at the codebase) that if they use minio they are, by default, not reliant on AWS.
Minio is its own S3 implementation which can be self-hosted.
S3, being an AWS protocol originally has
AWS
environment variables all over the place but that does not necessarily mean a reliance on the service. Rather, they rely on the protocol and you bring your own S3 endpoint I would assume. be that minio, hetzner or what have you. -
A lot of government programs don't really make sense and are there just to put a name on a CV sadly.
Collabora Online does exactly that and is primary licensed under Mozilla Public License.They could have easily expanded Collabora. But you know, can't stamp your name on it.
To be fair, though a new project might not be as efficient as improving another, projects learn off each other, and sometimes it's good to have developmental 'competition', and variety.
-
We already have kDrive you get 1TB storage for only 2€ a month, it's based in Switzerland
Is there an open source implementation of kDrive as well?
-
FWIW if others are curious https://github.com/suitenumerique/docs/issues/755 opened an issue
I thought that MinIO is a Open-Source S3 implementation, which you can just install on your own system. S3 is a "protocol" here IIUC.
Is your complaint that they are using the S3 protocol, because it was invented and is controlled by AWS?
Or that some services might use it without MinIO, directly on AWS?
-
Is there an open source implementation of kDrive as well?
It is already open-source. All of the source code is on their github and, for docs, they use an implementation of onlyoffice very similar to the one in Nextcloud
-
I would assume (without having looked at the codebase) that if they use minio they are, by default, not reliant on AWS.
Minio is its own S3 implementation which can be self-hosted.
S3, being an AWS protocol originally has
AWS
environment variables all over the place but that does not necessarily mean a reliance on the service. Rather, they rely on the protocol and you bring your own S3 endpoint I would assume. be that minio, hetzner or what have you.Thanks for the clarification, that makes sense, closing the issue then.
-
I thought that MinIO is a Open-Source S3 implementation, which you can just install on your own system. S3 is a "protocol" here IIUC.
Is your complaint that they are using the S3 protocol, because it was invented and is controlled by AWS?
Or that some services might use it without MinIO, directly on AWS?
Seems I misunderstood, if it's solely the branding (of that implementation) then it's fine. I thought they relied on AWS itself.