tarik02 / immich-sync-scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

immich-sync

Usage

API_URL=https://immich.example.com \
API_KEY=api-key \
PERSON_ID=person-uuid \
ALBUM_ID=album-uuid \
./scripts/sync-to-album.js

API_URL=https://immich.example.com \
API_KEY=api-key \
REMOTE_URL=https://immich.other-person.com \
SHARE_KEY=share-key \
./scripts/sync-assets-from-shared.js

License

The project is released under the MIT license. Read the license for more information.

About

License:MIT License


Languages

Language:JavaScript 95.7%Language:Dockerfile 4.3%