From a0af9bfa239ed69120ad021c76091ea52c6f8e57 Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Fri, 26 Sep 2025 00:03:49 +0200 Subject: Make sure there are new lines in the paragraphs Signed-off-by: Filip Wandzio --- README | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) (limited to 'README') diff --git a/README b/README index 9717b70..7a2e496 100644 --- a/README +++ b/README @@ -1,12 +1,19 @@ whiterabbit -============ - -Auto-configure Matrix homeservers (Dendrite/Synapse) with global Coturn -and Nginx + Let's Encrypt support. +Auto-configure Matrix homeservers (Dendrite or Synapse) +with a global Coturn server, Nginx, and Let's Encrypt. Commands: -- turn Install or configure global Coturn -- dendrite Add a Dendrite server -- synapse Add a Synapse server -- list List all servers -- remove Remove a server + +turn Install or configure the global Coturn server +dendrite Add a new Matrix server (Dendrite) +synapse Add a new Matrix server (Synapse) +list Show all configured Matrix servers +remove Remove a Matrix server by domain + +Examples: + +./whiterabbit.sh turn +./whiterabbit.sh dendrite +./whiterabbit.sh synapse +./whiterabbit.sh list +./whiterabbit.sh remove matrix.example.com -- cgit v1.2.3 slogtreecommitdiffstats
Commit message (Collapse)AuthorFilesLines
2024-04-30Update readmephilw1-1/+2