mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
feat: boot a stripped down maintenance api if enabled
This commit is contained in:
parent
78f949afaa
commit
42ac9cf922
10 changed files with 168 additions and 9 deletions
|
|
@ -1159,6 +1159,7 @@ export type ServerConfigDto = {
|
|||
isInitialized: boolean;
|
||||
isOnboarded: boolean;
|
||||
loginPageMessage: string;
|
||||
maintenanceMode: boolean;
|
||||
mapDarkStyleUrl: string;
|
||||
mapLightStyleUrl: string;
|
||||
oauthButtonText: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue