mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:29:32 -05:00 
			
		
		
		
	* feat: external domain setting * chore: open api * mobile: handle serverconfig-externalDomain --------- Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
		
			
				
	
	
		
			30 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
		
			Generated
		
	
	
# openapi.model.SystemConfigDto
 | 
						|
 | 
						|
## Load the model package
 | 
						|
```dart
 | 
						|
import 'package:openapi/api.dart';
 | 
						|
```
 | 
						|
 | 
						|
## Properties
 | 
						|
Name | Type | Description | Notes
 | 
						|
------------ | ------------- | ------------- | -------------
 | 
						|
**ffmpeg** | [**SystemConfigFFmpegDto**](SystemConfigFFmpegDto.md) |  | 
 | 
						|
**job** | [**SystemConfigJobDto**](SystemConfigJobDto.md) |  | 
 | 
						|
**library_** | [**SystemConfigLibraryDto**](SystemConfigLibraryDto.md) |  | 
 | 
						|
**logging** | [**SystemConfigLoggingDto**](SystemConfigLoggingDto.md) |  | 
 | 
						|
**machineLearning** | [**SystemConfigMachineLearningDto**](SystemConfigMachineLearningDto.md) |  | 
 | 
						|
**map** | [**SystemConfigMapDto**](SystemConfigMapDto.md) |  | 
 | 
						|
**newVersionCheck** | [**SystemConfigNewVersionCheckDto**](SystemConfigNewVersionCheckDto.md) |  | 
 | 
						|
**oauth** | [**SystemConfigOAuthDto**](SystemConfigOAuthDto.md) |  | 
 | 
						|
**passwordLogin** | [**SystemConfigPasswordLoginDto**](SystemConfigPasswordLoginDto.md) |  | 
 | 
						|
**reverseGeocoding** | [**SystemConfigReverseGeocodingDto**](SystemConfigReverseGeocodingDto.md) |  | 
 | 
						|
**server** | [**SystemConfigServerDto**](SystemConfigServerDto.md) |  | 
 | 
						|
**storageTemplate** | [**SystemConfigStorageTemplateDto**](SystemConfigStorageTemplateDto.md) |  | 
 | 
						|
**theme** | [**SystemConfigThemeDto**](SystemConfigThemeDto.md) |  | 
 | 
						|
**thumbnail** | [**SystemConfigThumbnailDto**](SystemConfigThumbnailDto.md) |  | 
 | 
						|
**trash** | [**SystemConfigTrashDto**](SystemConfigTrashDto.md) |  | 
 | 
						|
 | 
						|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
 | 
						|
 | 
						|
 |