mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
1.2 KiB
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 |