Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 502 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 502 Bytes

iCloud Photos Display

A web view that show photo downloaded from iCloud

Usage

With Docker using the following command:

docker run -it --rm --name icloudpd -v $(pwd)/Photos:/data -e TZ=America/London tomcuzz/icloudpd:latest icloud-photo-display --username [email protected] --watch-interval 3600

Credits

The code to download photos from iCloud was forked from icloud-photos-downloader/icloud_photos_downloader