2f626bcd9fe6

Merge
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 28 Aug 2023 13:31:33 -0400
parents 076c59a9e421 (diff) d7537cf2acb0 (current diff)
children 51d9e0bc28b7
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Mon Aug 28 12:15:37 2023 -0400
+++ b/README.markdown	Mon Aug 28 13:31:33 2023 -0400
@@ -117,6 +117,14 @@
     ÷         ln(y)/ln(x) = logₓ(y)
     RTN
 
+Trying out syncthing as a Dropbox replacement.  Installing:
+
+    sudo apt install syncthing
+    systemctl --user enable syncthing.service
+    systemctl --user start syncthing.service
+
+Then <http://localhost:8384> to access the admin.
+
 Got my budget scripts working and synced via syncthing (also shaved a couple of
 yaks by making scripts to archive/create new hosts while I was at it).  Seems to
 work okay at the moment.  Will gradually transition other stuff over time.