A few months ago I setup my own Synching Server and its been working great. I right now have 7 devices (server itself, phone, tablets, laptops, Desktops, …) synching files from 5 different folders. The problem I have right now is that adding new folders / devices is a huge hassle since in order for EVERY device to properly be in sync I need to manually add for example a new folder to every device. If I were to add 5 new folders I would need to repeat this 5 times for 7 devices… I think you get the point.

What I wanna know is if there is a simple way to basically share all the folder keys of a syncthing device with another device without manually copy pasting them? I don’t really care if this would be by enabling some setting on the server or by copying around a file (I do this for example with my newpipe subscriptions and use syncthing for that).

Also just creating one large folder is something I’m trying to avoid since not every device needs everything you loose the ability to fine control individual folders. I for example don’t want my phone to start syncing my music library when I’m using data.

EDIT :

I played around a bit more and I found out that going into the server and marking all the devices add as introducers sends a notification to all these devices where you can easily share folders!

  • GreyBeard
    link
    English
    119 months ago

    I may be misunderstanding what you want, but the introducer feature seems to solve the problem. You setup your “server” as the introducer for all your other devices, then when you add a device, you just setup your new device with the server, and all other devices get the trust of the new device from the server.

    • @aluminium@lemmy.worldOP
      link
      fedilink
      English
      39 months ago

      I got it working but curiously enough the server needed to add the clients as introducers. Then it worked and I got a message on all devices that a new folder has been added and showing a UI that easily allowed me to add the folder.

      • GreyBeard
        link
        English
        29 months ago

        So I setup every “client” to have the “server” as the introducer and auto-accept shares. Then on the “server”, I add the new client, and give it all the shares. The new device auto accepts, and all the other clients automatically include the new client.

    • @aluminium@lemmy.worldOP
      link
      fedilink
      English
      2
      edit-2
      9 months ago

      I always added the “server” as an introducer but for some reason the server itsself gets a prompt to add all the folders from the client but the client doesn’t get a list of all the folders the server is sharing which is what I’m after. The introducer does however work by directly giving me a list of all the other devices the “server” has been connected to. I’m using syncthing version 1.20.1 on my server btw.