privacytools / privacytools.io

🛡🛠 You are being watched. Protect your privacy against global mass surveillance.
https://www.privacyguides.org
Creative Commons Zero v1.0 Universal
3.12k stars 384 forks source link

🆕 Software Suggestion | Sanipasse #2301

Open lovasoa opened 3 years ago

lovasoa commented 3 years ago

Basic Information

Name: Sanipasse Category: Health URL: https://sanipasse.fr

Description

Sanipasse is a privacy-preserving open-source alternative to the french government's health pass checker.

Why I am making the suggestion

Here is an article about the why and how of sanipasse: https://sanipasse.fr/french-health-pass

In short: France has adopted a law that makes test or vaccine certificates mandatory to attend large events. The official application to check these certificates is closed-source, and is not even publicly available. It requires disclosing private health information to event organizers.

Sanipasse is an alternative open-source web application that allows:

My connection with the software

I am the author.

lrq3000 commented 3 years ago

Amazing app, thank you so much for making it!

Here is the source code for those interested, under AGPLv3: https://github.com/lovasoa/sanipasse

Unfortunately, I think it's unlikely it gets added to PTIO since there is no section for country-specific apps, but if we had it sure would fit!

Also, can the app be used offline, eg, by downloading an archive from github? It would be nice if you could build and create a github release so people can easily download it and run offline.

lovasoa commented 3 years ago

Yes, it has a service worker with a cache, so the online version should work offline after the first load. I haven't taken the time to test that properly yet, though. The webapp is also installable from chrome desktop, chrome mobile, and firefox mobile.

If you want to run the server part locally, you can git clone it, then install dependencies with npm install, and run it in development mode with npm run dev.

ph00lt0 commented 3 years ago

I think it would be worth it to add these apps in a separate section listing FOSS alternatives. For the UK I saw this app popping up in f-droid: https://f-droid.org/en/packages/covidsecure.uk.venuecheckin/

In many countries we see that access to venue's is being restricted exclusively to people using apps. Whatever we think of this, it would be good to provide people with the least invasive ways to go to a venue.

lrq3000 commented 3 years ago

Ok then where on PTIO (what section)?

ph00lt0 commented 3 years ago

@lrq3000 software/covid-19 ?

freddy-m commented 3 years ago

@lrq3000 @ph00lt0 do you want to open a seperate issue for covid-19 related apps? @privacytools/editorial do you think this would fit the site? I personally have nothing against it...

lrq3000 commented 3 years ago

@freddy-m if the editorial board is interested, yes I can and I can make a PR too.

freddy-m commented 3 years ago

@lrq3000 certainly make an issue - we'll decide as to whether we go ahead with the PR.

lrq3000 commented 3 years ago

For information, Sanipasse now supports european Digital Covid Certificate (DCC), although the norm is changing so support may break in the future: https://github.com/lovasoa/sanipasse/issues/9

lovasoa commented 3 years ago

We will keep supporting the european DGC

lrq3000 commented 3 years ago

Thank you and your colleagues for your great work @lovasoa !