From 8b4c6a68fd6fb0075dbdae7d7c0f2517dcee36e3 Mon Sep 17 00:00:00 2001 From: DeathByDenim Date: Mon, 14 Feb 2022 19:19:09 -0500 Subject: [PATCH] Specify location of generated password --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9cbe4be..1916ec6 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,5 @@ The main script is `deploy.sh`. You only need to give if your domain name DOMAINNAME=play.jarno.ca HOSTEDBYNAME=DeathByDenim ./deploy.sh ``` This will download all the game servers, install them, configure them, and start them up. It also retrieves a certificate for Let's Encrypt for the web interface. + +The password for the admin panel as well as for game servers that support admin password is stored in `/etc/gameserverpassword`.