forked from mandarons/icloud-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
42 lines (42 loc) · 898 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
app:
credentials:
# iCloud drive username
username: [email protected]
# Sync interval in seconds
sync_interval: 300
# Drive destination
root: icloud
# verbose
verbose: true
smtp:
# If you want to recieve email notifications about expired/missing 2FA credentials then uncomment
# email: [email protected]
# password:
# host: smtp.test.com
# port: 587
# If your email provider doesn't handle TLS
# no_tls: true
drive:
destination: drive
remove_obsolete: false
filters:
# File filters to be included in syncing iCloud drive content
folders:
- folder1
file_extensions:
# File extensions to be included
- pdf
- png
- jpg
- jpeg
photos:
destination: photos
remove_obsolete: false
filters:
albums:
- album1
- album2
file_size:
- original
# - medium
# - thumb