mandarons / icloud-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
1.15k stars 49 forks source link

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

Closed SandraCHC closed 4 months ago

SandraCHC commented 4 months 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 4 months 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 4 months ago

Thank you :)