mirror of
https://github.com/toby1991/immich-s3.git
synced 2025-04-17 08:57:03 +03:00
Immich S3
Immich server with rclone, along with s3, webdav, etc... as the External Libraries
Usage
- Change the
minio
config for yours in therclone/rclone.conf
- access_key_id:
YOUR_BUCKET_ACCESS_ID
- secret_access_key:
YOUR_BUCKET_ACCESS_KEY
- endpoint:
https://your-minio.yours.com
- 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
- Change the
docker-compose.yaml
file for your ownminio
bucket
- YOUR_BUCKET_NAME:
YOUR_BUCKET_NAME
- Run it
docker-compose up
- Then you could access the Immich Instance at http://127.0.0.1
- 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