Add server name config option for use in client redirects

This commit is contained in:
Rory&
2025-12-23 22:06:11 +01:00
parent 66ecc9d5bd
commit 55b3416957
2 changed files with 10 additions and 4 deletions
@@ -20,6 +20,7 @@ import { Snowflake } from "@spacebar/util";
export class GeneralConfiguration {
instanceName: string = "Spacebar Instance";
serverName: string | null = null;
instanceDescription: string | null = "This is a Spacebar instance made in the pre-release days";
frontPage: string | null = null;
tosPage: string | null = null;