summaryrefslogtreecommitdiff
path: root/net-p2p/syncthing/files/syncthing.confd
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/syncthing/files/syncthing.confd')
-rw-r--r--net-p2p/syncthing/files/syncthing.confd4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/syncthing/files/syncthing.confd b/net-p2p/syncthing/files/syncthing.confd
index 33773dc7fdf9..eb70f1adef95 100644
--- a/net-p2p/syncthing/files/syncthing.confd
+++ b/net-p2p/syncthing/files/syncthing.confd
@@ -20,5 +20,9 @@
# Nice level of syncthing
#SYNCTHING_NICE="0"
+# Where the syncthing GUI should listen. Can be a http(s) URI or a Unix domain socket
+#SYNCTHING_GUI_ADDRESS="http://127.0.0.1:8384"
+#SYNCTHING_GUI_ADDRESS="unix:/run/syncthing.sock"
+
# Extra options for syncthing
#SYNCTHING_OPTS=""