updated readme.

This commit is contained in:
2026-03-10 05:20:10 +01:00
parent e7f0f0ee71
commit 2ede8c85a7

View File

@@ -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 | <insert_your_public_ip_here>
* | 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`