1
0
mirror of https://github.com/toby1991/immich-s3.git synced 2025-04-17 08:57:03 +03:00
2024-07-03 16:10:16 +08:00
2024-07-03 15:50:02 +08:00
2024-07-03 15:50:02 +08:00
2024-07-03 15:50:02 +08:00
2024-07-03 15:31:57 +08:00
2024-07-03 16:10:16 +08:00

Immich S3

Immich server with rclone, along with s3, webdav, etc... as the External Libraries

Usage

  1. Change the minio config for yours in the rclone/rclone.conf
  • access_key_id: YOUR_BUCKET_ACCESS_ID
  • secret_access_key: YOUR_BUCKET_ACCESS_KEY
  • endpoint: https://your-minio.yours.com
  1. Change the .env file for Immich Instance's DB config
  • IMMICH_DB_PASSWORD: your_immich_db_password
  • IMMICH_DB_USERNAME: your_immich_db_username
  • IMMICH_DB_DATABASE_NAME: immich
  1. Change the docker-compose.yaml file for your own minio bucket
  • YOUR_BUCKET_NAME: YOUR_BUCKET_NAME
  1. Run it
docker-compose up
  1. Then you could access the Immich Instance at http://127.0.0.1
  2. After configured your Immich, Add the external libraries via http://127.0.0.1/admin/library-management, Add path /usr/src/app/external/YOUR_BUCKET_NAME to your Immich, then Scan it!
Description
Immich-сервер с rclone, а также s3, webdav и т. д. в качестве внешних библиотек
Readme Apache-2.0 35 KiB