From b5f35dfb5e81a8bf9bf3c5403cb660379a8bc5c9 Mon Sep 17 00:00:00 2001 From: Mikhail Bragin Date: Sun, 26 Sep 2021 11:44:34 +0200 Subject: [PATCH] docs: replace beta with app.wiretrustee.com (#123) * docs: replace beta with app.wiretrustee.com * docs: add Signal port to the list of the open ports * docs: minor corrections --- README.md | 2 +- docs/README.md | 2 +- docs/quickstart.md | 2 +- docs/self-hosting.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a75012572..f9b0f8194 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A WireGuard®-based mesh network that connects your devices into a single privat **Note**: The `main` branch may be in an *unstable or even broken state* during development. For stable versions, see [releases](https://github.com/wiretrustee/wiretrustee/releases). Hosted demo version: -[https://beta.wiretrustee.com/](https://beta.wiretrustee.com/peers). +[https://app.wiretrustee.com/](https://app.wiretrustee.com/peers). The number of peers is limited to 15. diff --git a/docs/README.md b/docs/README.md index 1456fe91b..4a46d7890 100644 --- a/docs/README.md +++ b/docs/README.md @@ -24,7 +24,7 @@ There are 2 ways of getting started with Wiretrustee: - use Cloud Managed version - self-hosting -We recommend starting with the cloud managed version hosted at [beta.wiretrustee.com](https://beta.wiretrustee.com) - the quickest way to get familiar with the system. +We recommend starting with the cloud managed version hosted at [app.wiretrustee.com](https://app.wiretrustee.com) - the quickest way to get familiar with the system. See [Quickstart Guide](../docs/quickstart.md) for instructions. If you don't want to use the managed version, check out our [Self-hosting Guide](../docs/self-hosting.md). diff --git a/docs/quickstart.md b/docs/quickstart.md index ce1d909db..c9e7d0eae 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -8,7 +8,7 @@ This guide describes how to create secure VPN and connect 2 machines peer-to-pee One machine is a Raspberry Pi Compute Module 4 hosted at home (Peer A), and the other one is a regular Ubuntu server running in the Data Center (Peer B). Both machines are running Linux (Raspbian and Ubuntu respectively), but you could also use Mac or Windows operating systems. -1. Sign-up at [https://beta.wiretrustee.com/](https://beta.wiretrustee.com/peers) +1. Sign-up at [https://app.wiretrustee.com/](https://app.wiretrustee.com/peers) You can use your email and password to sign-up or any available social login option (e.g., GitHub account) diff --git a/docs/self-hosting.md b/docs/self-hosting.md index 294175e93..8e9e4bc0a 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -16,7 +16,7 @@ If you would like to learn more about the architecture please refer to the [Wire - Any Linux OS. - Docker Compose installed (see [Install Docker Compose](https://docs.docker.com/compose/install/)). - Domain name pointing to the public IP address of your server. -- Open ports ```443, 33071, 33073, 3478``` (Dashboard, Management HTTP API, Management gRpc API, Coturn STUN/TURN respectively) on your server. +- Open ports ```443, 33071, 33073, 10000, 3478``` (Dashboard, Management HTTP API, Management gRpc API, Signal gRpc, Coturn STUN/TURN respectively) on your server. - Maybe a cup of coffee or tea :) ### Step-by-step guide @@ -68,7 +68,7 @@ For this tutorial we will be using domain ```test.wiretrustee.com``` which point * set the property in the ```setup.env``` file. 6. Configure ```WIRETRUSTEE_LETSENCRYPT_EMAIL``` property. - This can be any email address. [Let's Encrypt](https://letsencrypt.org/) will create an account while creating a new domain. + This can be any email address. [Let's Encrypt](https://letsencrypt.org/) will create an account while generating a new certificate. 7. Make sure all the properties set in the ```setup.env``` file and run: