dseger

New Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by dseger

  1. Thanks GreatMarko. Using SSH and vi, I added those to lines to sync.conf, then restarted my DS211. Now I can login to the BTSync user interface. That problem is solved! Regarding the JSON validity: I see now that I truncated the dir_whitelist line. It lists up to "/volume20" and does end with a "],".For the "context" line, I pasted the entire conf file contents to http://jsonlint.com/ and it claimed that the JSON is valid. In either case, my Synology DS211 is not complaining about it. Thanks again.
  2. Thanks GreatMarko and ddubya7 for the help. Like ddubya7, my sync.conf file does not have a user/password section. I've pasted it below. I found this file at /volume1/@appstore/bittorrentsync/var/sync.conf Please let me know how I should add the user/password to sync.conf. { "storage_path" : "/usr/local/bittorrentsync/var", "pid_file" : "/usr/local/bittorrentsync/var/syncapp.pid", "display_new_version" : false, "vendor" : "Synology", "webui" : { "listen" : "0.0.0.0:8890", "allow_empty_password" : false, "directory_root" : "/", "dir_whitelist" : ["/volume1","/volume2","/volume3","/volume4","/volume5","/volume6","/volume7","/volume8","/volume9","/volume10","/volume11","/volume12" "context":"{\"folder_blacklist\": [\"\/@\", \"\/lost\\\\+found\"]}", "directory_root_policy":"belowroot" }}I'm guessing this is a bug in the setup/install on 88f628x devices.
  3. I installed BTSync 2.0 on my DS211 using package for 88f628x. Installation went fine and I setup a couple folders to sync to my laptop and it's syncing just fine. A few days later now I try to configure BTSync on my Synology DS211 and I click the BT Sync icon in the DSM interface. It opens a new tab to http://192.168.0.12:8890/gui/ (correct IP) and I see an authentication dialog requesting username and password. I've tried admin and root and every possible password, but no luck. Is this authentication expected, or is this a bug?