mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
16 lines
329 B
Plaintext
16 lines
329 B
Plaintext
{
|
|
"listening_port" : 55556,
|
|
"storage_path" : "/config",
|
|
"vendor" : "docker",
|
|
"display_new_version": false,
|
|
|
|
"directory_root_policy" : "belowroot",
|
|
"directory_root" : "/sync/",
|
|
"webui" :
|
|
{
|
|
"listen" : "0.0.0.0:8889",
|
|
"allow_empty_password" : false,
|
|
"dir_whitelist" : [ "/sync" ]
|
|
}
|
|
}
|