s3 bucket integration for image storage

This commit is contained in:
Adrien
2026-04-04 13:26:55 +02:00
parent 5acfdd33c1
commit b154e29f2d
9 changed files with 195 additions and 91 deletions
+5 -1
View File
@@ -55,7 +55,11 @@ app:
auth:
password: ${APP_PASSWORD:changeme}
figure-storage:
base-path: ${FIGURE_STORAGE_PATH:./uploads}
endpoint: https://s3.immich-ad.ovh
region: garage
bucket: ${S3_BUCKET:aiteacher}
access-key-id: ${S3_ACCESS_KEY_ID}
secret-access-key: ${S3_SECRET_ACCESS_KEY}
min-image-size-px: 100
embedding:
batch-size: 20