@@ -47,6 +47,23 @@ export class ConfigRepository implements IConfigRepository {
47
47
environment,
48
48
configFile : process . env . IMMICH_CONFIG_FILE ,
49
49
logLevel : process . env . IMMICH_LOG_LEVEL as LogLevel ,
50
+
51
+ buildMetadata : {
52
+ build : process . env . IMMICH_BUILD ,
53
+ buildUrl : process . env . IMMICH_BUILD_URL ,
54
+ buildImage : process . env . IMMICH_BUILD_IMAGE ,
55
+ buildImageUrl : process . env . IMMICH_BUILD_IMAGE_URL ,
56
+ repository : process . env . IMMICH_REPOSITORY ,
57
+ repositoryUrl : process . env . IMMICH_REPOSITORY_URL ,
58
+ sourceRef : process . env . IMMICH_SOURCE_REF ,
59
+ sourceCommit : process . env . IMMICH_SOURCE_COMMIT ,
60
+ sourceUrl : process . env . IMMICH_SOURCE_URL ,
61
+ thirdPartySourceUrl : process . env . IMMICH_THIRD_PARTY_SOURCE_URL ,
62
+ thirdPartyBugFeatureUrl : process . env . IMMICH_THIRD_PARTY_BUG_FEATURE_URL ,
63
+ thirdPartyDocumentationUrl : process . env . IMMICH_THIRD_PARTY_DOCUMENTATION_URL ,
64
+ thirdPartySupportUrl : process . env . IMMICH_THIRD_PARTY_SUPPORT_URL ,
65
+ } ,
66
+
50
67
database : {
51
68
skipMigrations : process . env . DB_SKIP_MIGRATIONS === 'true' ,
52
69
vectorExtension : getVectorExtension ( ) ,
0 commit comments