From d04cb5103c0bd405eb70a9eb5b5135726f6021b4 Mon Sep 17 00:00:00 2001 From: DeathByDenim Date: Thu, 4 May 2023 19:01:19 -0400 Subject: [PATCH] Made effects of NOSSL clearer --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af224da..16b36ef 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,9 @@ DOMAINNAME=play.jarno.ca HOSTEDBYNAME=DeathByDenim ./deploy.sh ``` This will download all the game servers, install them, configure them, and start them up. It should take less than an hour for all game servers to be up and running. -It also retrieves a certificate for Let's Encrypt for the web interface. If you don't want the certificate, you can also specify `NOSSL=1`. +If you don't have a domainname, just use the IP address. + +It also retrieves a certificate for Let's Encrypt for the web interface. If you don't want the certificate, you can also specify `NOSSL=1`. This will also convert all internal links to http, meaning that if you add a certificate later things will break due to modern browser not allowing mixed http/https content. There is also support for generating just the website without the game server which is useful if you want to host the website somewhere else while your main server is down. ```