You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If container is restarted default data are lost. It is easy to miss during configuration.
Describe the solution you'd like
It would be nice if default folder would be placed inside addon's persistent date. It could be done by setting HOME env vaialb.e
Additional context
You could also set STNODEFAULTFOLDER to prevent creating default sync directory.
However, by setting --home=/data/config (which maps to /mnt/data/supervisor/addons/data/243ffc37_syncthing/config/ in the HA host) the add-on already stores both config and database/state to persistent storage by default (at least since v1.16.1).
I think what you're looking for is the default folder path configuration option (folder paths ≠ database/state path). It can be set either via
Which addon?
syncthing
Is your feature request related to a problem? Please describe.
If container is restarted default data are lost. It is easy to miss during configuration.
Describe the solution you'd like
It would be nice if default folder would be placed inside addon's persistent date. It could be done by setting
HOME
env vaialb.eAdditional context
You could also set STNODEFAULTFOLDER to prevent creating default sync directory.
My example config looked like this.
The text was updated successfully, but these errors were encountered: