boredazfcuk / docker-icloudpd

An Alpine Linux container for the iCloud Photos Downloader command line utility
1.75k stars 165 forks source link

Container startup notification #452

Closed eibenp closed 9 months ago

eibenp commented 9 months ago

Hi,

I would like to disable container startup notifications. Please help me how can I do this.

I am running icloudpd from command line because I synchronize multiple accounts in various configurations and don't want to run multiple containers parallel all the time. I am interested only in failures and container startup failures are handled by my environment. I do not need container startup notifications, only download results and cookie expiration notifications should be sent. Based on the documentation currently I am able to disable the download and delete notifications only.

boredazfcuk commented 9 months ago

Hi,

I've added a new variable: startup_notification which defaults to true. Set

startup_notification=false

in your icloudpd.conf file to disable them.