Skip to content
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

Consider mapping Syncthing 'data' Share to Default Folder #418

Open
phillxnet opened this issue Dec 28, 2024 · 0 comments
Open

Consider mapping Syncthing 'data' Share to Default Folder #418

phillxnet opened this issue Dec 28, 2024 · 0 comments

Comments

@phillxnet
Copy link
Member

With a Default Syncthing Rock-on install, there is a Default Folder pre-configured to /config/Sync (Syncthing latest: v1.28.1).

However, our existing Syncthing Rock-on maps, in additional to /config, /home/syncthing/Sync

e.g. from docker inspect syncthing

  • "/mnt2/syncthing-config:/config",
  • "/mnt2/syncthing-data:/home/syncthing/Sync",

It may well be more ideal, and hopefully viable, to modify our internal mapping of the suggested syncthing-data Share to this pre-configured Folder: rather than the unconfigured /home/syncthing/Sync. I.e. update our 'data' mapping to that of the current default folder:

Syncthing-default-folder-mapping

We may have a limitation/complexity here re our existing and valid mapping of /config to a Share: in that the default Folder is embedded within this (/config/Sync). The feasibility a subject of this issue.

I.e. it is proposed that we instead set-up the following mappings; give the suggested Share names:

  • "/mnt2/syncthing-config:/config",
  • "/mnt2/syncthing-data:/config/Sync",

and thereby enabling the suggested syncthing-data out-of-the-box as the initial Default Folder:


All of the above assumes the continued use of our existing linuxserver docker image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant