--- 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.