Update nextcloud/coturn.md
This commit is contained in:
parent
f9158b6b1b
commit
de2a26430c
|
@ -1,7 +1,7 @@
|
||||||
# Setting up a TURN server for a self-hosted Nextcloud installation
|
# Setting up a TURN server for a self-hosted Nextcloud installation
|
||||||
|
|
||||||
- **Document Author:** Ze'ev Schurmann
|
- **Document Author:** Ze'ev Schurmann
|
||||||
- **Document Version:** v1.0.1
|
- **Document Version:** v1.0.2
|
||||||
- **Document License:** CC-4.0-BY-NC-ND
|
- **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
|
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`.
|
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`.
|
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. Add a new TURN server and use the following settings:
|
||||||
6. - turn: and turns:
|
- turn: and turns:
|
||||||
6. - TURN server URL - use the domain name you assigned to the setting `realm=`
|
- 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=`
|
- TURN server secret - use the long string you assigned to `static-auth-secret=`
|
||||||
6. - UDP and TCP
|
- UDP and TCP
|
||||||
7. Click the wavey icon on the right. If all is done correctly, it should change to a green checkmark.
|
7. Click the wavey icon on the right. If all is done correctly, it should change to a green checkmark.
|
||||||
|
|
Loading…
Reference in New Issue