Skip to content

BZ forums activity monitor and webhook trigger

Notifications You must be signed in to change notification settings

tainn/bz-sentinel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bz-sentinel

A monitoring app that posts a Discord channel webhook whenever a new forum post is recorded on the BZFlag forums.

Env vars

A collection of configurable environment variables is read by the app, all of which can be specified in an .env file inside the project's root. See .env.example for a reference and defaults, excluding the sensitive BZS_WEBHOOK_CHANNELS list.

Run

Uses an external network that has to be predefined:

docker network create bzf
docker compose up -d