From 266921fe48687e18709447e8d2153b46a114514d Mon Sep 17 00:00:00 2001 From: adrian200223 <63094944+adrian200223@users.noreply.github.com> Date: Tue, 8 Dec 2020 02:06:45 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 21aa2f0..7e04876 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ To get up and running quickly, you can deploy to Heroku using the button below This will deploy an instance of the crewlink-server. You can get the URL of your server by using the app name that you gave when you launched the app on heroku and appending `.herokuapp.com`. You can also find the URL of your server by going to "Settings", scrolling down to "Domains", and removing the `https://` and trailing slash from the url. Using this URL, follow step 4 of the [installation instructions](https://github.com/ottomated/CrewLink-server#manual-installation) to connect your client to your server instance. +To put it simply, if you named your app "crewlink", you should put on the "Voice Server" field in the CrewLink client: "crewlink.herokuapp.com:80". + ## Docker Quickstart Run the server with [Docker](https://docs.docker.com/get-docker/) by running the following command: From 78c2ac1fa94a3756865073ba45663ea3272a5dbe Mon Sep 17 00:00:00 2001 From: adrian200223 <63094944+adrian200223@users.noreply.github.com> Date: Mon, 14 Dec 2020 13:52:42 +0100 Subject: [PATCH 2/3] Update README.md Co-authored-by: Scott Brenner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e04876..660707a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ To get up and running quickly, you can deploy to Heroku using the button below This will deploy an instance of the crewlink-server. You can get the URL of your server by using the app name that you gave when you launched the app on heroku and appending `.herokuapp.com`. You can also find the URL of your server by going to "Settings", scrolling down to "Domains", and removing the `https://` and trailing slash from the url. Using this URL, follow step 4 of the [installation instructions](https://github.com/ottomated/CrewLink-server#manual-installation) to connect your client to your server instance. -To put it simply, if you named your app "crewlink", you should put on the "Voice Server" field in the CrewLink client: "crewlink.herokuapp.com:80". +To put it simply, if you named your app "crewlink", you should put `crewlink.herokuapp.com:80` in the "Voice Server" field in the CrewLink client. ## Docker Quickstart From 032afcdfec8dab958abf4e4195d30e5d4667a5ad Mon Sep 17 00:00:00 2001 From: adrian200223 <63094944+adrian200223@users.noreply.github.com> Date: Mon, 14 Dec 2020 13:59:36 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 660707a..a87a725 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,9 @@ To get up and running quickly, you can deploy to Heroku using the button below This will deploy an instance of the crewlink-server. You can get the URL of your server by using the app name that you gave when you launched the app on heroku and appending `.herokuapp.com`. You can also find the URL of your server by going to "Settings", scrolling down to "Domains", and removing the `https://` and trailing slash from the url. Using this URL, follow step 4 of the [installation instructions](https://github.com/ottomated/CrewLink-server#manual-installation) to connect your client to your server instance. -To put it simply, if you named your app "crewlink", you should put `crewlink.herokuapp.com:80` in the "Voice Server" field in the CrewLink client. +To put it simply, if you named your app "crewlink", you should put `crewlink.herokuapp.com:443` or `https://crewlink.herokuapp.com` in the "Voice Server" field in the CrewLink client. + +(`crewlink.herokuapp.com:80` and `crewlink.herokuapp.com` are no longer valid since CrewLink client version 1.12, due to changes in order to make all connections through https and not http. If you use any of the previous Voice Servers, the CrewLink client will output the following error: `Couldn't fetch latest offsets from server`, even if the offset folder on the server does contain the latest .yml offset file) ## Docker Quickstart