From 0ebf36bc64b49fe0aa21afd8d4a6c48ac310c1e4 Mon Sep 17 00:00:00 2001 From: Alex <31018251+afeiszli@users.noreply.github.com> Date: Wed, 17 Nov 2021 10:54:08 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 495cd3bc..16d31452 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ 2. Open ports 443, 53, and 51821-51830/udp on the VM firewall and in cloud security settings. 3. Run the script **(see below for optional configurations)**: -`sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/masters/scripts/nm-quick.sh | bash` +`sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/nm-quick.sh | bash` Upon completion, the logs will display a script that can be used to automatically connect Linux and Mac devices. It will also display instructions for Windows, iPhone, and Android. From 05ee466d1427fdf7d2c1bb2cd18f03a5bb5fb965 Mon Sep 17 00:00:00 2001 From: WhiteSuperNova <85774478+WhiteSuperNova@users.noreply.github.com> Date: Mon, 22 Nov 2021 18:54:27 -0500 Subject: [PATCH 2/2] Update Readme Update readme to include port 80 for caddy to get ssl certs, using the script doesnt allow for ssl access to the ui, per conversation in netmaker discord troubleshooting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08b82a03..b7916d63 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ **For production-grade installations, visit the [Install Docs](https://netmaker.readthedocs.io/en/master/install.html).** **For an HA install using helm on k8s, visit the [Helm Repo](https://github.com/gravitl/netmaker-helm/).** 1. Get a cloud VM with Ubuntu 20.04 and a public IP. -2. Open ports 443, 53, and 51821-51830/udp on the VM firewall and in cloud security settings. +2. Open ports 443, 80, 53, and 51821-51830/udp on the VM firewall and in cloud security settings. 3. Run the script **(see below for optional configurations)**: `sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/master/scripts/nm-quick.sh | bash`