add btsync config

This commit is contained in:
2024-12-18 21:22:04 +01:00
parent 5d52c377d8
commit 05c061ea8b
3 changed files with 69 additions and 0 deletions

12
btsync/etc/btsync.conf Normal file
View 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"
}
}