feat: add zulip integration
This commit is contained in:
parent
50468db20b
commit
3a0d464234
14 changed files with 430 additions and 5 deletions
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
Monitors the door at [Noisebridge](https://www.noisebridge.net) and tells you whether it's open or closed.
|
||||
|
||||
A Raspberry Pi reads a magnetic sensor on the door and pushes state changes to a cache server. The cache keeps the latest state and fans updates out to Discord.
|
||||
A Raspberry Pi reads a magnetic sensor on the door and pushes state changes to a cache server. The cache keeps the latest state and fans updates out to chat integrations such as Discord and Zulip.
|
||||
|
||||
```
|
||||
Pi (door sensor) ──webhook──> Cache ──webhook──> Discord
|
||||
Pi (door sensor) ──webhook──> Cache ──webhook──> Discord / Zulip
|
||||
|
|
||||
polls Pi <-+
|
||||
```
|
||||
|
|
@ -15,7 +15,7 @@ Pi (door sensor) ──webhook──> Cache ──webhook──> Discord
|
|||
| Directory | What it is |
|
||||
|-----------|------------|
|
||||
| [`pi/`](pi/) | Raspberry Pi OS base with laptop-built Noisebell deploy |
|
||||
| [`remote/`](remote/) | Server-side services (cache and Discord bot) |
|
||||
| [`remote/`](remote/) | Server-side services (cache, RSS, Discord, Zulip) |
|
||||
| [`secrets/`](secrets/) | Shared agenix-encrypted secrets and recipient rules |
|
||||
|
||||
Each directory has its own README with setup and configuration details.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue