From 5c65ffa9df62b423da3a0f6b6359e5cf6f23fb6e Mon Sep 17 00:00:00 2001 From: Steven Baltakatei Sandoval Date: Thu, 8 Oct 2020 00:50:29 +0000 Subject: [PATCH] doc(setup):Note how to connect remotely to Syncthing WebUI --- doc/setup/README.org | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/setup/README.org b/doc/setup/README.org index 66bb04e..7c5b63a 100644 --- a/doc/setup/README.org +++ b/doc/setup/README.org @@ -5,7 +5,7 @@ ** About This document created by [[http://baltakatei.com][Steven Baltakatei Sandoval]] on ~2020-10-07T18:39Z~ under a [[http://creativecommons.org/licenses/by-sa/4.0/][CC BY-SA 4.0]] license and last updated on -~2020-10-08T00:38Z~. +~2020-10-08T00:50Z~. This document contains information regarding setup of the ninfacyzga-01 hardware common to all operation modes. This includes: @@ -243,6 +243,16 @@ Enable automatic startup. (See [[https://docs.syncthing.net/users/autostart.html : $ sudo systemctl enable syncthing@pi.service : $ sudo systemctl start syncthing@pi.service +The WebUI of the local instance of syncthing (port 8384) can be +accessed by running the following command from a separate machine: + +: $ ssh -L 127.0.0.1:8390:127.0.0.1:8384 pi@ninfacyzga-1-x + +Then, the separate machine should navigate to ~localhost:8390~ in a +web browser in order to change the ninfacyzga-1 device's +configuration. The separate machine's Syncthing configuration options +are accessible via its own web browser via ~localhost:8384~. + ****** ~git~ ~git~ facilitates downloading files from this repository to the device. It may be installed via: -- 2.30.2