Syncthing: Difference between revisions

Jfly (talk | contribs)
Configuration: Add docs on setting up an encrypted folder
Jfly (talk | contribs)
Configuration: Simpler secrets example, don't imply that people should copy these things to the store.
Line 67: Line 67:
services = {
services = {
   syncthing = {
   syncthing = {
     key = "${</path/to/key.pem>}";
     key = "/run/secrets/path/to/key.pem";
     cert = "${</path/to/cert.pem>}";
     cert = "/run/secrets/path/to/cert.pem";
     ...
     ...
};
};