Added files

matrix-send
matrix-send.conf
Makefile
This commit is contained in:
Jeremy Baxter 2022-04-18 23:14:02 +00:00
parent 5acd4d5a4e
commit 9ac219a8f4
3 changed files with 159 additions and 0 deletions

17
matrix-send.conf Normal file
View file

@ -0,0 +1,17 @@
## Example basic configuration for matrix-send
# A line with an option (e.g. 'Username jeremy') is a "directive".
# A line with only one word (e.g. 'Color') is a "statement".
# Comments start with a pound (#)
# Additional options can be found in config.md in the Git repository
# The Homeserver directive is for your homeserver's Matrix URL. matrix-send assumes that this is valid.
# matrix.org's would be matrix-client.matrix.org.
# You can find it by typing it into Element's sign in page and hovering your mouse over it.
Homeserver matrix-client.matrix.org
# The Username directive is for your username for that homeserver.
Username john_doe
# The Password directive is your password for your account.
# If your password has spaces, put speech marks ("") around it.
Password supersecretpassword