From eaec4ace8e5796abdf81df2bae25cbdd59380101 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 16 Feb 2022 15:43:05 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ebae0f9..898267f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # bitbot-modules custom modules for tildebot, our bitbot instance for the tildeverse + +rough diagram of webhook integrations +```mermaid +graph LR + A[azuracast] -- webhook --> B[nginx] + B <--> G[bitbot http listener] + C[gitea] -- webhook --> B + D[github] -- webhook --> B + G --> E[Bitbot async thread] + E --> F[Your configured channel] +``` \ No newline at end of file