Syncthing: Difference between revisions
→Configuration: Add docs on setting up an encrypted folder |
→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 = " | key = "/run/secrets/path/to/key.pem"; | ||
cert = " | cert = "/run/secrets/path/to/cert.pem"; | ||
... | ... | ||
}; | }; |