Allow instance owners to provide custom name, Include server version in LbpEnvVer

This is the first step towards instance customization. Just a name for now ;)
This commit is contained in:
jvyden 2022-06-01 00:34:38 -04:00
commit ee541dbfae
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
8 changed files with 25 additions and 14 deletions

View file

@ -8,7 +8,7 @@
Layout = "Layouts/BaseLayout";
Model.ShowTitleInPage = false;
}
<h1>Welcome to <b>Project Lighthouse</b>!</h1>
<h1>Welcome to <b>@ServerConfiguration.Instance.Customization.ServerName</b>!</h1>
@if (Model.User != null)
{