From c26a1971efd5cb13de4d6db867db49acf5458a3d Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Tue, 9 Aug 2022 13:53:07 +0200 Subject: [PATCH 1/2] Update matrix-webhook project --- gatsby/content/projects/bots/matrix-webhook.mdx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gatsby/content/projects/bots/matrix-webhook.mdx b/gatsby/content/projects/bots/matrix-webhook.mdx index d321a8f13d..d80d662027 100644 --- a/gatsby/content/projects/bots/matrix-webhook.mdx +++ b/gatsby/content/projects/bots/matrix-webhook.mdx @@ -4,16 +4,17 @@ language: Python layout: projectimage license: BSD-2-Clause title: Matrix Webhook -categories: +categories: - bot repo: https://github.com/nim65s/matrix-webhook -room: "#matrix-webhook:matrix.org" +room: "#matrix-webhook:tetaneutral.net" description: Post a message to a matrix room with a simple HTTP POST author: Nim65s -maturity: Late Beta +maturity: Released --- # Matrix-Webhook -This is a really simple project that allows a bot to post messages in matrix rooms with simple HTTP POST requests. It -has been designed to be easy to set up as a standalone notification system. +This project allows a bot to post messages in matrix rooms with simple HTTP POST requests. +It has been designed to be easy to set up as a standalone notification system. +Formatters for Github, Gitlab (either through Google Chat or Microsoft Teams integrations) and Grafana are provided. From 93814bb92a0a6482a84616a9c5eb69dccb25f655 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Tue, 9 Aug 2022 14:07:30 +0200 Subject: [PATCH 2/2] Add Matrix-ASGI project --- gatsby/content/projects/bots/matrix-asgi.mdx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 gatsby/content/projects/bots/matrix-asgi.mdx diff --git a/gatsby/content/projects/bots/matrix-asgi.mdx b/gatsby/content/projects/bots/matrix-asgi.mdx new file mode 100644 index 0000000000..af39b12aec --- /dev/null +++ b/gatsby/content/projects/bots/matrix-asgi.mdx @@ -0,0 +1,19 @@ +--- +home: https://github.com/nim65s/matrix-asgi +language: Python +layout: projectimage +license: BSD-2-Clause +title: Matrix ASGI +categories: + - bot +repo: https://github.com/nim65s/matrix-asgi +room: "#matrix-asgi:laas.fr" +description: Integrate Matrix in a Django project +author: Nim65s +maturity: Released +--- + +# Matrix-ASGI + +This provide an [ASGI](https://asgi.readthedocs.io/en/latest/) Server and a matching generic consumer for the Matrix +protocol to be integrated in a Django projects through [Channels](https://channels.readthedocs.io/en/stable/).