this post was submitted on 02 Jun 2026
227 points (94.5% liked)

Open Source

47142 readers
304 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

HelixNotes is completely free, open source, with no bloat. Your notes should be yours.

So we made sure they are. https://helixnotes.com/

you are viewing a single comment's thread
view the rest of the comments
[โ€“] pishadoot@sh.itjust.works 2 points 6 hours ago (1 children)

It's super easy to configure over a LAN.

You set up a folder path to sync, authorize it between two machines, and set up your configuration (mirrored sync, one way, etc).

For photos taken by my phone for example, I have two syncs set up (maybe not the best way to do it it's just how I did it in 5 min when I started and never changed it)

Phone has a 2 way sync set up with my photo folder with my desktop. Meaning, when I delete/modify a photo either at my phone or the desktop it deletes/modifies the photo on the other device.

Additionally, I have a 1-way sync of my photo folder between my desktop and my server archive, so the server only pulls in new files and never deletes or modifies existing files in the archive. So if something happens to my sync folder or if I delete something on accident then I have an archive copy, important for precious memories. Every now and then I just delete the contents of the archive folder and it immediately re-syncs the existing folder of all the stuff I actually wanted to keep. Could set up a cron job but I'm too lazy.

For Joplin I just have a folder on each device that's JUST my Joplin notes that syncs between my devices that use Joplin. Easy as pie - as soon as I turn on my laptop or desktop it syncs up with whatever changes have happened on the other two.

For syncthing I like to make a top level sync folder on each device and then nest many folders under that top level, each to sync distinct things depending on what device it is. You can just sync a main folder if you want but I like the granular control, and as you figure out more stuff to sync it scales much better if you start that way, and name folders consistently.

Just be careful in the beginning and always back stuff up. It's not TOO easy to mess up but if you did it would be unforgiving. Test it with some random stuff before you start sending anything important.

[โ€“] amgine@lemmy.world 1 points 5 hours ago

Thanks! Seems pretty straightforward.