immich/mobile/openapi/doc/ServerConfigDto.md

1.2 KiB

openapi.model.ServerConfigDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
externalDomain String External domain URL
isInitialized bool Whether the server has been initialized
isOnboarded bool Whether the admin has completed onboarding
loginPageMessage String Login page message
maintenanceMode bool Whether maintenance mode is active
mapDarkStyleUrl String Map dark style URL
mapLightStyleUrl String Map light style URL
minFaces int People min faces server default
oauthButtonText String OAuth button text
publicUsers bool Whether public user registration is enabled
trashDays int Number of days before trashed assets are permanently deleted
userDeleteDelay int Delay in days before deleted users are permanently removed

[Back to Model list] [Back to API list] [Back to README]