-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json.example
More file actions
43 lines (42 loc) · 965 Bytes
/
config.json.example
File metadata and controls
43 lines (42 loc) · 965 Bytes
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
43
{
"tasks": [
{
"uuid": "aliyunsub",
"src": "/aliyun/test",
"dst": "/115/test",
"cron": "0/1 * * * *",
},
{
"uuid": "movie-pilot",
"src": "/mydisk/test",
"dst": "/115/test",
"cron": "0/1 * * * *",
"mounted_path": ""
}
],
"alist": {
"url": "https://0.0.0.0:5244",
"apikey": "****"
},
"cover_dst_when_diff": false,
"delete_src_when_same": false,
"emby":{
"enabled": false,
"url": "https://0.0.0.0:2096",
"apikey": "*****",
"mount_path": "/media/webdav"
},
"webhook":{
"enabled": false,
"url": "http://0.0.0.0:0000/api"
},
"dir_tree_build_tasks":[
{
"uuid": "",
"src": "/115",
"qps":0.01,
"cron": "0 12 * * *",
"run_at_start": true
}
]
}