From 2ede8c85a73fc9bdde668b4aa3b32fbe7085e9ea Mon Sep 17 00:00:00 2001 From: SDGDen Date: Tue, 10 Mar 2026 05:20:10 +0100 Subject: [PATCH] updated readme. --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 509b6f7..a0271f4 100644 --- a/README.md +++ b/README.md @@ -132,9 +132,7 @@ for the storage, it'll likely try to not use your whole drive, make sure to read continue through the menu until the software installs, then reboot and take out the flash drive. ## router port-forwarding -you will also have to do some port-forwarding on your router. if you have an ISP-provided router, this should be either very straight-forward, or you'll have to ask your ISP for help. - -With aftermarket routers, follow a guide online. +you will also have to do some port-forwarding on your router. if you have an ISP-provided router, this should be either very straight-forward, or you'll have to ask your ISP for help. With aftermarket routers, follow a guide online. you will need to forward all of the following ports to your ubuntu machine: @@ -152,15 +150,19 @@ ports 80 and 443 only need to be forwarded if you want your websites to be avail ## DNS records if you are using a public DNS, you will need to add the following two records: + name | type | value + @ | A | -* | CNAME | @ + +\* | CNAME | @ ## Running the script we can now start using CloudDeploy: if you get an error at the start, run the following: + `sudo apt update && sudo apt upgrade -y && sudo apt install git curl` copy the repo: @@ -186,6 +188,8 @@ the whole install from scratch will take a bit, depending on your internet speed If you struggle with downloads timing out during the script, you can run the pre-download.sh script, which pre-downloads all the containers. to do this: + `sudo chmod a+x ./pre-download.sh` + `sudo ./pre-download.sh`