mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
17 lines
385 B
JSON
17 lines
385 B
JSON
{
|
|
"device_name": "Resilio Sync Server",
|
|
"listening_port": 55555,
|
|
"storage_path": "/data/system",
|
|
"pid_file": "/var/run/rslsync.pid",
|
|
"use_upnp": false,
|
|
"download_limit": 0,
|
|
"upload_limit": 0,
|
|
"directory_root": "/data/user",
|
|
"directory_root_policy": "all",
|
|
"webui": {
|
|
"listen": "0.0.0.0:8888",
|
|
"login": "admin",
|
|
"password": "admin"
|
|
}
|
|
}
|