diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2025-08-12 18:11:27 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2025-08-12 18:11:27 +0200 |
commit | 6b7e857f21bef9ba71ac36c202678ec0d84eeff5 (patch) | |
tree | 3d17b9a8eb3b10abf1475d00644342902af0b506 | |
parent | 5ab89da146929734a39c7a55619b8bf8298ab832 (diff) |
add matrix commander login helper script
-rwxr-xr-x | bin/matrix-commander-login | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/matrix-commander-login b/bin/matrix-commander-login new file mode 100755 index 0000000..43f21b0 --- /dev/null +++ b/bin/matrix-commander-login @@ -0,0 +1,8 @@ +#!/bin/sh + +matrix-commander --no-ssl \ + --homeserver=https://localhost:8080 \ + --user-login=php \ + --device=matrix-commander \ + --room-default=alias \ + --login password |