-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
users: New default config/data locations #833
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done, but some corrections necessary.
users/config.rst
Outdated
@@ -48,22 +50,27 @@ located: | |||
|
|||
The database is stored either in the same directory as the config (usually the | |||
default), but may also be located in one of the following directories (Unix-like | |||
platforms only): | |||
platforms only) for legacy reasons: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should mention the legacy config location as well, i.e. %XDG_CONFIG_HOME/syncthing
and $HOME/.config/syncthing
, as they are is still tried.
|
||
:file:`index-{*}.db` | ||
A directory holding the database with metadata and hashes of the files | ||
currently on disk and available from peers. | ||
|
||
:file:`syncthing.log` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
csrftokens.txt
also lands here if I read the code correctly. Move from the paragraph above please.
users/faq-parts/troubleshooting.rst
Outdated
@@ -128,7 +128,7 @@ The web GUI contains a ``Recent Changes`` button under the device list which | |||
displays changes since the last (re)start of Syncthing. With the ``--audit`` | |||
option you can enable a persistent, detailed log of changes and most | |||
activities, which contains a ``JSON`` formatted sequence of events in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick: Double space. Which is fine after a full-stop (end of sentence), but not within.
activities, which contains a ``JSON`` formatted sequence of events in the | |
activities, which contains a ``JSON`` formatted sequence of events in the |
Oh and we should maybe have a |
Co-authored-by: André Colomb <[email protected]>
I rewrote stuff to be, in my mind, a bit clearer. A new |
n.b. the |
See syncthing/syncthing#9180