Briar consumer

This commit is contained in:
Ben 2025-06-19 15:42:03 -07:00
parent 11152ae8de
commit 99871321c2
4 changed files with 43 additions and 31 deletions

View file

@ -2,7 +2,7 @@
# DO NOT CHANGE THIS UNLESS YOU KNOW WHAT YOU ARE DOING
command_prefix: report
# Whether or not the bot should pay attention to only specific state/territory designators
# Whether or not the bot should pay attention to only specific reigon designators
# This bot will include the designator in the pushed notificaion if this is disabled,
# or if the allowed_locations contains multiple strings
allowed_locations_enabled: false
@ -10,7 +10,7 @@ allowed_locations:
- arizona
- california
# Which accounts should be paid attention to on a state/territory-by-state/territory basis.
# Which accounts should be paid attention to on a reigon-by-reigon basis.
# If the state/territory is not in allowed_senders, then the bot will allow all senders
# Otherwise only listed senders
allowed_senders:
@ -21,13 +21,14 @@ allowed_senders:
- "@reports:example.com"
# Where and how the plugin will send the data to
server_url: "https://ntfy.sh"
server_topic: "changeMe"
# If the plugin should use a username and password to send notifications
server_use_authentication: false
server_username: "foo"
server_password: "bar"
brair_url: "http://localhost:7000"
# Authentication token
brair_token: "changeMe"
# Which user IDs to send alerts to (these are incremental integers)
brair_sendto:
- 1
- 2
# If this bot should send a reaction to the message if the notification was successful
# Sends 👍 for successful send to all contacts, and 👎 if some contacts failed
send_reaction: true