update immich config
This commit is contained in:
@@ -141,17 +141,25 @@
|
|||||||
"newVersionCheck": {
|
"newVersionCheck": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
|
"nightlyTasks": {
|
||||||
|
"clusterNewFaces": true,
|
||||||
|
"databaseCleanup": true,
|
||||||
|
"generateMemories": true,
|
||||||
|
"missingThumbnails": true,
|
||||||
|
"startTime": "00:00",
|
||||||
|
"syncQuotaUsage": true
|
||||||
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"smtp": {
|
"smtp": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"from": "novemila@ik.me",
|
"from": "support@novemila.org",
|
||||||
"replyTo": "",
|
"replyTo": "",
|
||||||
"transport": {
|
"transport": {
|
||||||
"host": "mail.infomaniak.com",
|
"host": "mail.novemila.org",
|
||||||
"ignoreCert": false,
|
"ignoreCert": false,
|
||||||
"password": "F76X1p8QX2u08J1b8mcSkvxntrZFr0G4UB",
|
"password": "FBG8qbY9k5RE83Rab7aB4A8a9EiZJ93bVdWtGXDxFDK",
|
||||||
"port": 465,
|
"port": 465,
|
||||||
"username": "novemila@ik.me"
|
"username": "support@novemila.org"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -167,6 +175,7 @@
|
|||||||
"mobileOverrideEnabled": false,
|
"mobileOverrideEnabled": false,
|
||||||
"mobileRedirectUri": "",
|
"mobileRedirectUri": "",
|
||||||
"profileSigningAlgorithm": "none",
|
"profileSigningAlgorithm": "none",
|
||||||
|
"roleClaim": "immich_role",
|
||||||
"scope": "openid email profile",
|
"scope": "openid email profile",
|
||||||
"signingAlgorithm": "RS256",
|
"signingAlgorithm": "RS256",
|
||||||
"storageLabelClaim": "preferred_username",
|
"storageLabelClaim": "preferred_username",
|
||||||
|
Reference in New Issue
Block a user