{"id":14483504,"url":"https://github.com/lovasoa/sanipasse","last_synced_at":"2025-09-04T13:41:51.140Z","repository":{"id":37919110,"uuid":"366522211","full_name":"lovasoa/sanipasse","owner":"lovasoa","description":"Vérificateur de passe sanitaire open-source","archived":false,"fork":false,"pushed_at":"2023-02-08T16:10:42.000Z","size":5913,"stargazers_count":172,"open_issues_count":10,"forks_count":39,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-04T20:45:52.028Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sanipasse.ophir.dev","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lovasoa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-11T21:55:46.000Z","updated_at":"2024-12-26T16:03:25.000Z","dependencies_parsed_at":"2023-02-18T08:01:30.273Z","dependency_job_id":null,"html_url":"https://github.com/lovasoa/sanipasse","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/lovasoa/sanipasse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Fsanipasse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Fsanipasse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Fsanipasse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Fsanipasse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lovasoa","download_url":"https://codeload.github.com/lovasoa/sanipasse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Fsanipasse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273618917,"owners_count":25138234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-03T00:01:49.096Z","updated_at":"2025-09-04T13:41:51.098Z","avatar_url":"https://github.com/lovasoa.png","language":"Svelte","funding_links":[],"categories":["Svelte"],"sub_categories":[],"readme":"# Sanipasse\n\nApplication opensource de vérification de passeport sanitaire et d'organisation d'événements zéro-COVID.\n\nCette application sait lire les codes 2D-DOC français ainsi que les \"digital green certificates\" européens (sous forme de QR code).\n\n## Screenshots\n\n\u003ctable\u003e\n    \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"https://raw.githubusercontent.com/lovasoa/sanipasse/master/docs/screenshots/main.jpg\" width=\"250\" /\u003e\n    \u003ctd\u003e\u003cimg src=\"https://raw.githubusercontent.com/lovasoa/sanipasse/master/docs/screenshots/event.jpg\" width=\"250\" /\u003e\n    \u003ctd\u003e\u003cimg src=\"https://raw.githubusercontent.com/lovasoa/sanipasse/master/docs/screenshots/test.jpg\" width=\"250\" /\u003e\n\u003c/table\u003e\n\n## Héberger son instance Sanipasse\n\nLa manière recommandée d'auto-héberger une instance de sanipasse est d'utiliser l'image docker officielle\n[lovasoa/sanipasse](https://hub.docker.com/r/lovasoa/sanipasse).\n\nL'image écoute en HTTP sur le port 3000 et stocke ses données persistentes dans le répertoire `/data/`.\n\nPour lancer le service sur le port 80 sur un serveur, en conservant les données dans un\n[volume docker](https://docs.docker.com/storage/volumes/), on peut utiliser la commande suivante :\n\n```bash\ndocker run -d -p 80:3000 -v sanipasse_data:/data/ --name sanipasse --rm lovasoa/sanipasse\n```\n\nL'image expose uniquement un serveur HTTP, mais pour fonctionner correctement, l'application doit être servie en HTTPS.\nIl vous faudra donc mettre un place un reverse proxy ([nginx](https://www.nginx.com/), par exemple)\net obtenir un certificat SSL (avec [letsencrypt](https://certbot.eff.org/lets-encrypt/sharedhost-nginx), par exemple).\nUne manière simple et automatisée de mettre cela en place sur un serveur personnel est d'utiliser [dokku](https://dokku.com/)\navec [dokku-letsencrypt](https://github.com/dokku/dokku-letsencrypt#dokku-letsencrypt).\n\n## Developing\n\nSanipasse supports Node.js v16+.\n\nOnce you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:\n\n```bash\nnpm run dev\n\n# or start the server and open the app in a new browser tab\nnpm run dev -- --open\n```\n\n## Running\n\nBuild the app\n\n```bash\nSVELTEKIT_ADAPTER=node npm run build\n```\n\nThen run it:\n\n```bash\nnode build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovasoa%2Fsanipasse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flovasoa%2Fsanipasse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovasoa%2Fsanipasse/lists"}