Skip to content

A Matrix bot that provides a nice interface to remote-closedown.

License

Notifications You must be signed in to change notification settings

DanNixon/matrix-remote-closedown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matrix-remote-closedown

CI dependency status

A Matrix bot that provides a nice interface to remote-closedown.

Usage

See matrix-remote-closedown --help.

Note that the bot user must already be a member of the rooms specified via the --room flag.

Deployment

E.g. via Podman:

podman run \
  --rm -it \
  -e RUST_LOG=debug \
  ghcr.io/DanNixon/matrix-remote-closedown:latest \
  --station-name 'mb7pmf' \
  --mqtt-broker 'tcp://broker.hivemq.com' \
  --status-topic 'mb7pmf' \
  --command-topic 'mb7pmf/command' \
  --matrix-username '@mb7pmf:matrix.org' \
  --matrix-password 'super_secret' \
  --room '!some_room:matrix.org' \
  --room '!some_other_room:matrix.org'