immich/mobile/openapi/doc/ServerConfigDto.md

27 lines
1.2 KiB
Markdown
Raw Normal View History

# openapi.model.ServerConfigDto
## Load the model package
```dart
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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)