Syncthing: Difference between revisions
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"; | ||
devices = { | devices = { | ||
"device1" = { id = "DEVICE-ID-GOES-HERE"; }; | "device1" = { id = "DEVICE-ID-GOES-HERE"; }; | ||