mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
15 lines
339 B
Plaintext
15 lines
339 B
Plaintext
{
|
|
"device_name": "My Sync Device",
|
|
"listening_port": 55555,
|
|
"storage_path": "/data/.syncsystem",
|
|
"pid_file": "/var/run/rslsync.pid",
|
|
"use_upnp": false,
|
|
"download_limit": 0,
|
|
"upload_limit": 0,
|
|
"directory_root": "/data/syncaod",
|
|
"directory_root_policy": "all",
|
|
"webui": {
|
|
"listen": "0.0.0.0:8888"
|
|
}
|
|
}
|