Update README.md #4
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ Remove the current database entry from the file and copy everything from the "ho
|
||||||
Set the database password to the one set in the "docker-compose.yml".
|
Set the database password to the one set in the "docker-compose.yml".
|
||||||
Change the turn server uris to your turn domain name.
|
Change the turn server uris to your turn domain name.
|
||||||
Set the "turn_shared_secret" to the value of the "static-auth-secret" in the "turnserver.conf" file.
|
Set the "turn_shared_secret" to the value of the "static-auth-secret" in the "turnserver.conf" file.
|
||||||
|
Add "public_baseurl: "https://matrix.yourdomain.com:8448" on the line under "server_name"
|
||||||
|
|
||||||
Now run `docker compose up -d` to start everything.
|
Now run `docker compose up -d` to start everything.
|
||||||
To create your use, run `docker exec -it synapse register_new_matrix_user http://localhost:8008 -c /data/homeserver.yaml` and fill in all the values.
|
To create your use, run `docker exec -it synapse register_new_matrix_user http://localhost:8008 -c /data/homeserver.yaml` and fill in all the values.
|
Loading…
Add table
Reference in a new issue