Syncthing: Difference between revisions

Beob (talk | contribs)
Note that ids are not sensitive
Advanced: Don't (implicitly) recommend password in config
 
Line 51: Line 51:
   enable = true;
   enable = true;
   openDefaultPorts = true;
   openDefaultPorts = true;
  guiPasswordFile = "/etc/syncthing-gui-password";
   settings = {
   settings = {
     gui = {
     gui.user = "myuser";
      user = "myuser";
      password = "mypassword";
    };
     devices = {
     devices = {
       "device1" = { id = "DEVICE-ID-GOES-HERE"; };
       "device1" = { id = "DEVICE-ID-GOES-HERE"; };