feat: boot a stripped down maintenance api if enabled

This commit is contained in:
izzy 2025-10-31 14:47:49 +00:00
parent 78f949afaa
commit 42ac9cf922
No known key found for this signature in database
GPG key ID: 5059F398521BB0F6
10 changed files with 168 additions and 9 deletions

View file

@ -1159,6 +1159,7 @@ export type ServerConfigDto = {
isInitialized: boolean;
isOnboarded: boolean;
loginPageMessage: string;
maintenanceMode: boolean;
mapDarkStyleUrl: string;
mapLightStyleUrl: string;
oauthButtonText: string;