Add ability to change the homepage

This commit is contained in:
Chocobozzz
2018-03-01 13:57:29 +01:00
parent a73c582e5b
commit 901637bb87
18 changed files with 108 additions and 18 deletions

View File

@@ -3,6 +3,7 @@ export interface CustomConfig {
name: string
description: string
terms: string
defaultClientRoute: string
customizations: {
javascript?: string
css?: string

View File

@@ -2,7 +2,8 @@ export interface ServerConfig {
serverVersion: string
instance: {
name: string;
name: string
defaultClientRoute: string
customizations: {
javascript: string
css: string