change default domain and host to onfoss

This commit is contained in:
c 2023-09-25 15:17:25 +02:00
parent 703eba8cb2
commit 8cb66ae58b
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ cd Gameserver/
The main script is `deploy.sh`. You only need to give if your domain name and your own name.
```
DOMAINNAME=play.jarno.ca HOSTEDBYNAME=DeathByDenim ./deploy.sh
DOMAINNAME=play.onfoss.org HOSTEDBYNAME=onFOSS ./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. You can also run the deploy script with nohup as a background task and pipe output to a logfile.
@ -56,7 +56,7 @@ It also retrieves a certificate for Let's Encrypt for the web interface. If you
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.
```
DOMAINNAME=play.jarno.ca HOSTEDBYNAME=DeathByDenim ./pack_web_offline.sh
DOMAINNAME=play.onfoss.org HOSTEDBYNAME=onFOSS ./pack_web_offline.sh
```
The webpage will display "OFFLINE" and not attempt to show the server stats.