-
Notifications
You must be signed in to change notification settings - Fork 39
/
gofs-remote-client.json
72 lines (72 loc) · 1.64 KB
/
gofs-remote-client.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"source": "rs://127.0.0.1:8105",
"dest": "./dest",
"sync_once": false,
"sync_cron": "",
"logically_delete": false,
"clear_deleted": false,
"ignore_conf": "",
"ignore_deleted": true,
"chunk_size": "1048576",
"checkpoint_count": 10,
"force_checksum": false,
"checksum_algorithm": "md5",
"progress": false,
"max_tran_rate": "0",
"dry_run": false,
"copy_link": false,
"copy_unsafe_link": false,
"sync_delay": false,
"sync_delay_events": 10,
"sync_delay_time": "30s",
"sync_workers": 1,
"retry_count": 15,
"retry_wait": "5s",
"retry_async": false,
"log_level": 1,
"log_file": true,
"log_dir": "./logs/",
"log_flush": true,
"log_flush_interval": "3s",
"log_event": false,
"log_sample_rate": 1,
"log_format": "text",
"log_split_date": false,
"daemon": false,
"daemon_pid": false,
"daemon_delay": "1s",
"daemon_monitor_delay": "3s",
"kill_ppid": false,
"sub": false,
"server": false,
"server_addr": ":443",
"server_compress": false,
"manage": false,
"manage_private": true,
"push_server": false,
"report": false,
"session_connection": "memory:",
"http3": false,
"tls": true,
"tls_cert_file": "cert.pem",
"tls_key_file": "key.pem",
"tls_insecure_skip_verify": true,
"users": "gofs|password|rwx",
"rand_user_count": 0,
"rand_user_len": 6,
"rand_pwd_len": 10,
"rand_perm": "r",
"token_secret": "",
"checksum": false,
"encrypt": false,
"encrypt_path": "",
"encrypt_secret": "",
"decrypt": false,
"decrypt_path": "",
"decrypt_secret": "",
"decrypt_out": "",
"task_conf": "",
"task_client": false,
"task_client_labels": "",
"task_client_max_worker": 1
}