diff --git a/content/it-xp/2023-05-20-EIMIS.fr.md b/content/it-xp/2023-05-20-EIMIS.fr.md index b4c57282..e168e9de 100644 --- a/content/it-xp/2023-05-20-EIMIS.fr.md +++ b/content/it-xp/2023-05-20-EIMIS.fr.md @@ -6,7 +6,7 @@ categories=["IT XP"] tags=["Github","Terraform","Kubernetes","Ansible","Python","Matrix"] [extra] logo = "https://media-exp2.licdn.com/dms/image/C560BAQEH7x66u4V_uA/company-logo_200_200/0/1569933764869?e=2147483647&v=beta&t=lwazCjQXT30Fvg5GDh7eGy5SLGFJmQDbyD6ftaPgHNs" -duration_month = "..." +duration_month = "12" +++ EIMIS est une start-up d'état initiée par [beta.gouv.fr](https://beta.gouv.fr/) et financée par l'[ANS](https://esante.gouv.fr/) qui vise à faciliter et sécuriser les communications instantanées pour les professionnels de santé. Ceci, en utilisant et en promouvant le protocole [Matrix](https://matrix.org) auprès des éditeurs de logiciels. @@ -24,8 +24,12 @@ Configuration et déploiement d'une stack [Element](https://github.com/element-h - Ansible - Kubernetes +Un fork est disponible sur github : [synapse-deployment](https://github.com/ad2ien/synapse-deployment) + ### Dev - Outils Python - Modules Synapse en Python + - [prosante-connect-synapse-module](https://github.com/ad2ien/prosante-connect-synapse-module) + - [white-list-synapse-module](https://github.com/ad2ien/white-list-synapse-module) - Correctifs d'Element en TS à des fins de POC diff --git a/content/it-xp/2023-05-20-EIMIS.md b/content/it-xp/2023-05-20-EIMIS.md index f557926a..3e589e77 100644 --- a/content/it-xp/2023-05-20-EIMIS.md +++ b/content/it-xp/2023-05-20-EIMIS.md @@ -6,7 +6,7 @@ categories=["IT XP"] tags=["Github","Terraform","Kubernetes","Ansible","Python","Matrix"] [extra] logo = "https://media-exp2.licdn.com/dms/image/C560BAQEH7x66u4V_uA/company-logo_200_200/0/1569933764869?e=2147483647&v=beta&t=lwazCjQXT30Fvg5GDh7eGy5SLGFJmQDbyD6ftaPgHNs" -duration_month = "..." +duration_month = "12" +++ EIMIS is a public start-up initiated by [beta.gouv.fr](https://beta.gouv.fr/) and financed by [ANS](https://esante.gouv.fr/) (french healthcare digital agency). This structure aims is to facilitate and secure instant communications for healthcare professionals in France, by using and promoting [Matrix](https://matrix.org) protocol amongst software editors. @@ -24,8 +24,12 @@ Configuration and deployment of an [Element](https://github.com/element-hq/eleme - Ansible - Kubernetes +A fork can be found here : [synapse-deployment](https://github.com/ad2ien/synapse-deployment) + ### Dev - Python tools - Synapse modules in Python + - [prosante-connect-synapse-module](https://github.com/ad2ien/prosante-connect-synapse-module) + - [white-list-synapse-module](https://github.com/ad2ien/white-list-synapse-module) - Element patches in TS for POC purposes diff --git a/yarn.lock b/yarn.lock index 809d87f9..2e2ab499 100644 --- a/yarn.lock +++ b/yarn.lock @@ -216,11 +216,11 @@ brace-expansion@^1.1.7: concat-map "0.0.1" braces@^3.0.1, braces@~3.0.2: - version "3.0.2" - resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz" - integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== + version "3.0.3" + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" + integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA== dependencies: - fill-range "^7.0.1" + fill-range "^7.1.1" browserslist@^4.0.0, browserslist@^4.16.0, browserslist@^4.16.6, browserslist@^4.17.5: version "4.17.6" @@ -641,10 +641,10 @@ fastq@^1.6.0: dependencies: reusify "^1.0.4" -fill-range@^7.0.1: - version "7.0.1" - resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz" - integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== +fill-range@^7.1.1: + version "7.1.1" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292" + integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg== dependencies: to-regex-range "^5.0.1"