No description
Find a file
2026-03-22 17:40:48 -07:00
pi feat!: make declarative version 2026-03-22 17:40:48 -07:00
remote feat!: make declarative version 2026-03-22 17:40:48 -07:00
scripts feat!: make declarative version 2026-03-22 17:40:48 -07:00
secrets feat!: make declarative version 2026-03-22 17:40:48 -07:00
.envrc feat!: make declarative version 2026-03-22 17:40:48 -07:00
.gitignore feat!: make declarative version 2026-03-22 17:40:48 -07:00
Cargo.lock feat: remove rss, status, and badge features 2026-03-21 00:56:28 -07:00
Cargo.toml feat: remove rss, status, and badge features 2026-03-21 00:56:28 -07:00
flake.lock feat!: make declarative version 2026-03-22 17:40:48 -07:00
flake.nix feat!: make declarative version 2026-03-22 17:40:48 -07:00
README.md feat!: make declarative version 2026-03-22 17:40:48 -07:00

Noisebell

Monitors the door at Noisebridge 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.

Pi (door sensor) ──webhook──> Cache ──webhook──> Discord
                                |
                     polls Pi <-+

Layout

Directory What it is
pi/ NixOS config + Rust service for the Pi
remote/ Server-side services (cache and Discord bot)
secrets/ Shared agenix-encrypted secrets and recipient rules

Each directory has its own README with setup and configuration details.

For hosted deployment, another repo such as ../extremist-software imports noisebell.nixosModules.default. That host repo provides deployment-specific values like domains, ports, and the Pi address, while the Noisebell module itself points agenix at the encrypted files in secrets/ and consumes the decrypted runtime files on the target machine.