s3 bucket integration for image storage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user