Update 'README.md'

This commit is contained in:
Ben Harris 2022-02-16 15:43:05 +00:00
parent fd09bdfd7e
commit eaec4ace8e
1 changed files with 11 additions and 0 deletions

View File

@ -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]
```