diff --git a/docs/self-hosting.md b/docs/self-hosting.md index 3ae9aa9d0..1987de8d5 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -21,7 +21,7 @@ If you would like to learn more about the architecture please refer to the [Wire - Docker Compose installed (see [Install Docker Compose](https://docs.docker.com/compose/install/)). - Domain name pointing to the public IP address of your server. - Wiretrustee Open ports ```443, 33071, 33073, 10000``` (Dashboard, Management HTTP API, Management gRpc API, Signal gRpc) on your server. -- Coturn is used for relay using the STUN/TURN protocols. It requires a listening port, ```UDP 3478```, and range of ports,```UDP 49152-65535```, for dynamic relay connections. +- Coturn is used for relay using the STUN/TURN protocols. It requires a listening port, ```UDP 3478```, and range of ports,```UDP 49152-65535```, for dynamic relay connections. These are set as defaults in [setup file](https://github.com/wiretrustee/wiretrustee/blob/76db9afa11853ddc7a9500019d402a685468a8f9/infrastructure_files/setup.env#L34), but can be configured to your requirements. - Maybe a cup of coffee or tea :) ### Step-by-step guide @@ -101,4 +101,4 @@ For this tutorial we will be using domain ```test.wiretrustee.com``` which point 11. Adding a peer will require you to enter the management URL by following the steps in the page https://$WIRETRUSTEE_DOMAIN/add-peer and in the 3rd step: ```shell sudo wiretrustee up --setup-key --management-url https://$WIRETRUSTEE_DOMAIN:33073 -``` \ No newline at end of file +```