Skip to content

Commit

Permalink
📝 complete EIMIS mission
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2ien committed Jul 3, 2024
1 parent 4b4f2e8 commit 470822b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ minify_html = false
ignored_content = []

# When set to "true", a feed is automatically generated.
generate_feed = false
generate_feeds = false

# The filename to use for the feed. Used as the template filename, too.
# Defaults to "atom.xml", which has a built-in template that renders an Atom 1.0 feed.
Expand Down
6 changes: 5 additions & 1 deletion content/it-xp/2023-05-20-EIMIS.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
6 changes: 5 additions & 1 deletion content/it-xp/2023-05-20-EIMIS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

0 comments on commit 470822b

Please sign in to comment.