It would be nice if the syncthing-inotify package was included in this repo as well. It doesn’t need to be installed by default, just available as a separate package for installation via the repo.
Also, +1 for packaging the systemd/init.d scripts along with the syncthing package in the repo.
I think that everything developed under the syncthing github organization and useful on an apt-based system should be available from the apt repository.
I think this would be the list:
discosrv
syncthing
syncthing-cli
syncthing-gtk
syncthing-inotify
@calmh@Zillode Would you consider this please? It would be so awesome to have a unified source of everything syncthing for all deb based systems.
Currently I still have to run an ansible script on every node to setup syncthing + syncthing-inotify and the startup scripts.
Yep, it’s considered (but forgotten, in periods). At least -inotify is straight forward enough and common enough that we should. I’ll take a stab at it.
@calmh Thank you very much
I’m using it right now and it seems to work just fine. Are the init scripts already included in the package, just like with syncthing itself?
This couples syncthing-inotify to a user session; in other words when you login syncthing-inotify is started. When you logout it is stopped. You can use that approach for syncthing as well, using
Does syncthing-inotify “queue” events when Syncthing is not available, and then deliver them to Syncthing when it is available again? Or are they lost?
It queues them, unless inotify get a confirmation message that Syncthing actually restarted, instead of being temporary unresponsive. When Syncthing restarts it actually scans the entire folder so inotify does not need to inform about the changes again.
I’m repeatedly amazed at the speed of development here! I just slept a few hours and in between someone posted the commands to bind syncthing-inotify to a user session (I’m running it on a server in this case), noted that something was wrong, fixed it and a new version has already been merged and released. Hats off to you guys! ← that’s the only hat I could find