diff options
| -rw-r--r-- | README | 25 |
1 files changed, 16 insertions, 9 deletions
| @@ -1,12 +1,19 @@ | |||
| 1 | whiterabbit | 1 | whiterabbit |
| 2 | ============ | 2 | Auto-configure Matrix homeservers (Dendrite or Synapse) |
| 3 | 3 | with a global Coturn server, Nginx, and Let's Encrypt. | |
| 4 | Auto-configure Matrix homeservers (Dendrite/Synapse) with global Coturn | ||
| 5 | and Nginx + Let's Encrypt support. | ||
| 6 | 4 | ||
| 7 | Commands: | 5 | Commands: |
| 8 | - turn Install or configure global Coturn | 6 | |
| 9 | - dendrite Add a Dendrite server | 7 | turn Install or configure the global Coturn server |
| 10 | - synapse Add a Synapse server | 8 | dendrite Add a new Matrix server (Dendrite) |
| 11 | - list List all servers | 9 | synapse Add a new Matrix server (Synapse) |
| 12 | - remove Remove a server | 10 | list Show all configured Matrix servers |
| 11 | remove Remove a Matrix server by domain | ||
| 12 | |||
| 13 | Examples: | ||
| 14 | |||
| 15 | ./whiterabbit.sh turn | ||
| 16 | ./whiterabbit.sh dendrite | ||
| 17 | ./whiterabbit.sh synapse | ||
| 18 | ./whiterabbit.sh list | ||
| 19 | ./whiterabbit.sh remove matrix.example.com | ||
