From 3e0d653c65ac6f961f45da2311e48e152a1c4b8e Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 28 Oct 2025 21:09:28 -0400 Subject: [PATCH] new matrix account --- bash/new-matrix-user.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bash/new-matrix-user.sh diff --git a/bash/new-matrix-user.sh b/bash/new-matrix-user.sh new file mode 100644 index 0000000..4c4fb44 --- /dev/null +++ b/bash/new-matrix-user.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +ssh root@murmur register_new_matrix_user -u "$1" -p "$2" --no-admin -c /etc/matrix-synapse/homeserver.yaml http://localhost:8008