this post was submitted on 25 Sep 2025
78 points (94.3% liked)
Open Source
48421 readers
441 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is the first time I've heard of Scuttlebutt. Thank you for the introduction.
For your multiple-device problem, I would suggest trying Syncthing. It allows you keep folders synced between devices over a local network. I use it for a very similar application to what you are describing:
Logsec is a journal/note-taking software that stores each entry as it's own markdown file. I use it on my phone, laptop and desktop, and want to have all my notes synced between devices. I could put the folder of markdown files on a cloud server, but choose not to. Instead, I setup a link between each device's Logsec folder through Syncthing.
Now I can add or update notes on my phone when out in public, and when I return home and reconnect to my WiFi it automatically updates the other devices on the network. Also, when editing the markdown files on my desktop, the updates are synced to my phone nearly instantaneously.
I expect this method would work very well with Scuttlebutt due to it's similar offline nature.