bitbot-modules/README.md

14 lines
356 B
Markdown
Raw Permalink Normal View History

2020-07-13 18:41:14 +00:00
# bitbot-modules
custom modules for tildebot, our bitbot instance for the tildeverse
2022-02-16 15:43:05 +00:00
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]
```