From ab4fd8b7ca2a3b0660cb197220656853eeafd511 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 25 Dec 2021 19:11:09 +0100 Subject: [PATCH] Document user creation --- apps/matrix/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/matrix/README.md b/apps/matrix/README.md index 1c8fcc1..d271538 100644 --- a/apps/matrix/README.md +++ b/apps/matrix/README.md @@ -34,7 +34,7 @@ on the fn.nf web server using the samples: And finally creating a user: ``` - +kubectl -n fnnf exec -ti matrix-matrix-synapse-864c4bfb4-4h4cn -c synapse -- register_new_matrix_user http://localhost:8008 -c /config/homeserver.yaml -u admin -p ... -a ``` ### Element-Web