Syncthing: Difference between revisions
→Declarative node IDs: add instructions to generate key.pem and cert.pem |
m Add note about forwarding web GUI with SSH |
||
| Line 74: | Line 74: | ||
}; | }; | ||
</syntaxHighlight> | </syntaxHighlight> | ||
Alternatively, you can leave the GUI inaccessible from the web and forward it using SSH: | |||
<syntaxhighlight lang="bash">$ ssh -L 9998:localhost:8384 user@syncthing-host</syntaxhighlight>Then open up [http://127.0.0.1:9998 127.0.0.1:9998] to administer the node. | |||
=== Declarative node IDs === | === Declarative node IDs === | ||