add btsync config
This commit is contained in:
12
btsync/etc/btsync.conf
Normal file
12
btsync/etc/btsync.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"device_name": "Shuttle",
|
||||
"listening_port" : 0,
|
||||
"storage_path" : "/host/var/btsync",
|
||||
"check_for_updates" : false,
|
||||
"webui" :
|
||||
{
|
||||
"listen" : "0.0.0.0:8888",
|
||||
"ssl_certificate" : "/host/etc/btsync/cert.pem",
|
||||
"ssl_private_key" : "/host/etc/btsync/private.key"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user