Made effects of NOSSL clearer

This commit is contained in:
DeathByDenim 2023-05-04 19:01:19 -04:00
parent 73e3feaae0
commit d04cb5103c
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
1 changed files with 3 additions and 1 deletions

View File

@ -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.
```