Skip to content

Commit

Permalink
Documentation for v1.18.0 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarons committed Feb 26, 2024
1 parent 060d4e9 commit 7423802
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,16 @@ app:
credentials:
# iCloud drive username
username: "[email protected]"
# Retry login interval - default is 10 minutes
# Retry login interval - default is 10 minutes, specifying -1 will retry login only once and exit
retry_login_interval: 600
# Drive destination
root: "icloud"
discord:
# webhook_url: <your server webhook URL here>
# username: icloud-docker #or any other name you prefer
telegram:
# bot_token: <your Telegram bot token>
# chat_id: <your Telegram user or chat ID>
# bot_token: <your Telegram bot token>
# chat_id: <your Telegram user or chat ID>
smtp:
## If you want to receive email notifications about expired/missing 2FA credentials then uncomment
# email: "[email protected]"
Expand Down Expand Up @@ -111,7 +114,8 @@ drive:
- "jpg"
- "jpeg"
ignore:
- "node_modules"
# When specifying folder paths, append it with /*
- "node_modules/*"
- "*.md"
photos:
destination: "photos"
Expand Down

0 comments on commit 7423802

Please sign in to comment.