mandarons / icloud-drive-docker

Dockerized iCloud Client - make a local copy of your iCloud documents and photos, and keep it automatically up-to-date.
BSD 3-Clause "New" or "Revised" License
962 stars 46 forks source link

[FEATURE] Telegram Message for notifications about expired/missing 2FA credentials #219

Closed SandraCHC closed 2 weeks ago

SandraCHC commented 2 weeks ago

At the moment you send the notifications about expired/missing 2FA credentials only to smtp (if I understand your readme). Can you optional send this with telegram?

mandarons commented 2 weeks ago

It is already available. Please include below snippet in config.yaml > app section. From: https://github.com/mandarons/icloud-drive-docker?tab=readme-ov-file#sample-configuration-file

telegram:
  bot_token: <your Telegram bot token>
  chat_id: <your Telegram user or chat ID>
SandraCHC commented 2 weeks ago

Thank you :)