mirror of
https://github.com/linuxserver/docker-resilio-sync.git
synced 2026-02-20 00:27:14 +08:00
17 lines
410 B
Plaintext
17 lines
410 B
Plaintext
{
|
|
"listening_port" : 55555,
|
|
"storage_path" : "/config",
|
|
"vendor" : "docker",
|
|
"display_new_version": false,
|
|
|
|
"directory_root_policy" : "belowroot",
|
|
"directory_root" : "/sync/",
|
|
"files_default_path" : "/downloads",
|
|
"webui" :
|
|
{
|
|
"listen" : "0.0.0.0:8888",
|
|
"allow_empty_password" : false,
|
|
"dir_whitelist" : [ "/sync", "/sync/folders", "/sync/mounted_folders" ]
|
|
}
|
|
}
|