Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upConfiguration option "autoAcceptFolders" for devices isn't documented #442
Comments
|
They are stored at the default path, and name I think is folder name advertised by remote peer, if that is taken then its folder name plus folder id. |
|
Feel free to update the docs :) |
|
Well, if you only "think" what it does, how should I know? Do you really want me to update the docs with some half-baked knowledge? |
|
For the directory name, it tries folder label, if that exists already on the filesystem it uses the id, if the id exists as well, it doesn't do anything and just logs that it failed. If you already have a syncthing folder with that id, it just shares it, oppose to creating a new one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reading the configuration via REST API call (and also in the UI), I see in the output that each device has an "autoAcceptFolders" option, set to false. However, I couldn't find it in the documentation.
So what exactly happens if I set this to true?