diff --git a/nextcloud/coturn.md b/nextcloud/coturn.md index 903a7f0..00c8a7f 100644 --- a/nextcloud/coturn.md +++ b/nextcloud/coturn.md @@ -1,7 +1,7 @@ # Setting up a TURN server for a self-hosted Nextcloud installation - **Document Author:** Ze'ev Schurmann -- **Document Version:** v1.0.1 +- **Document Version:** v1.0.2 - **Document License:** CC-4.0-BY-NC-ND This document is one of a series I intend to compile for various open source projects that I use, support and believe in. For more info visit https://git.zaks.web.za/thisiszeev/documentation @@ -366,8 +366,8 @@ sudo systemctl enable coturn.service 4. Scroll down the settings menu on the left and click on `Talk`. 5. On the right of the screen scroll down to find `TURN servers`. 6. Add a new TURN server and use the following settings: -6. - turn: and turns: -6. - TURN server URL - use the domain name you assigned to the setting `realm=` -6. - TURN server secret - use the long string you assigned to `static-auth-secret=` -6. - UDP and TCP +- turn: and turns: +- TURN server URL - use the domain name you assigned to the setting `realm=` +- TURN server secret - use the long string you assigned to `static-auth-secret=` +- UDP and TCP 7. Click the wavey icon on the right. If all is done correctly, it should change to a green checkmark.