[matrix] Documentation / sample usage
This commit is contained in:
parent
7b73f948fb
commit
6c9e09a27c
1 changed files with 26 additions and 0 deletions
|
@ -1,5 +1,29 @@
|
||||||
## Usage and Components
|
## Usage and Components
|
||||||
|
|
||||||
|
### Sample usage
|
||||||
|
|
||||||
|
Setting up matrix for ...
|
||||||
|
|
||||||
|
- the matrix domain "fn.nf"
|
||||||
|
- the homeserver matrix.fnnf.svc.p10.k8s.ooo
|
||||||
|
- element web on matrix.fn.nf
|
||||||
|
|
||||||
|
Using automatic DNS from the p10.k8s.ooo cluster:
|
||||||
|
|
||||||
|
```
|
||||||
|
helm upgrade --install --create-namespace --namespace fnnf \
|
||||||
|
--set homeServerFQDN=fn.nf,elementWebFQDN=matrix.fn.nf,letsencryptStaging=no matrix matrix/
|
||||||
|
```
|
||||||
|
|
||||||
|
Setting up matrix.fn.nf in DNS
|
||||||
|
|
||||||
|
```
|
||||||
|
matrix CNAME matrix-element-web.fnnf.svc.p10.k8s.ooo.
|
||||||
|
```
|
||||||
|
|
||||||
|
Creating the two json files /.well-known/matrix/server and
|
||||||
|
/.well-known/matrix/client on the fn.nf web server.
|
||||||
|
|
||||||
### Element-Web
|
### Element-Web
|
||||||
|
|
||||||
* Includes config.json that is being populated by values.yaml
|
* Includes config.json that is being populated by values.yaml
|
||||||
|
@ -37,3 +61,5 @@ See
|
||||||
### admin user
|
### admin user
|
||||||
|
|
||||||
docker exec -it synapse register_new_matrix_user http://localhost:8008 -c /data/homeserver.yaml --help
|
docker exec -it synapse register_new_matrix_user http://localhost:8008 -c /data/homeserver.yaml --help
|
||||||
|
|
||||||
|
### Resource configuration
|
||||||
|
|
Loading…
Reference in a new issue