Sync files and Joplin notes on local network as well as mobile data
Tldr : Need to sync files on my phone and laptop via some remote repository.
So I'm currently using Syncthing to sync my backup files and Joplin notes on my phone and my laptop. I'm not home 3 days a week, so whatever notes I take or changes I make, won't be reflected on my laptop until I come home. I tried next cloud (free tier) sync for Joplin before, but the server has issues from time to time and but the sync part doesn't work properly.
Is there a way for me to use Syncthing or something else using some free or very cheap service and hopefully secure, in such a way that my phone , my laptop and the 3rd service all can be in sync. Also I'm kind of a noob when it comes to all these self hosting stuff, but I can learn some stuff not too complicated though.
Edit : My laptop is not ON during the 3 days I'm out of my house. Ideally once I power it on after a few days it should sync to the latest version.
You can deploy the Joplin sync server using docker on a VPS or any other computer always on. I've been using it for about a year now, without issues, though I'm now transitioning to Notesnook now.
+1 for notesnook, i like it
Sorry I forgot to mention, my laptop won't be powered ON during the 3 days I'm not home. So I was hoping a 3rd repo could be used for both my laptop and phone incase one of them is not powered on, so that the next time one of them gets powered on, it'll automatically sync to the latest version.
Can I run docker for free or for 1 or 2$ a month on some platform and will it be secure if I do that?
Yea, get a VPS (Virtual Private Server) and host it there.
Basically VM in the cloud that you use.
https://www.forbes.com/advisor/business/software/best-vps-hosting/
This looks interesting. Thanks for the suggest both of you.
You could probably create a Tailscale vpn network (or something similar) and setup Syncthing to use the Tailscale address of your laptop.
My fellow self-hosting noob, I gotchu!
Here are three solutions that are easy as pie:
P.s. There's a Joplin community on Lemmy too, at !joplinapp@sopuli.xyz. Happy syncing!
Edit: Hell, here's a fourth solution: Just use something like the FOSS app Round Sync and set it up so that it backs up your local Syncthing folder to a cloud of your choice (like those mentioned above) every 24h, or 2h, or even every 15 minutes. That way, once you come home and power on your laptop, your phone will automatically sync all your notes via Syncthing, but in the event that you lose your phone, you will have a "checkpoint" as recent as you want it to be. This way, you don't have to change your current setup and at the same time you're prepared in case something bad does happen. And in my case seeing that "Joplin Notes: Backup Completed" notification every 24h is something beautiful.
Holy shit, these are some really good suggestions. Thank you.
What's the problem with syncthing? It can keep those 3 synced perfectly fine, no?
Syncthing works fine. The problem is, my laptop is not on all the time and in case my phone has a problem, I'll lose all my changes during the 3 days I'm out of my house.
So? If your laptop is off there's no way to sync to it. If you have a server available you just set syncthing there as well.
So basically I just run Syncthing on all 3 devices? The 3rd device being a VPS something like that?
Yup, syncthing allows for a folder to be synced to multiple places, so I don't see any problem with that. In fact I have 3 computers syncing things between themselves.
That's great. Knowing that'll certainly makes things easier. Thanks.
Add a Raspberry Pi + USB drive to your network OR use a VPS to host your data and sync all devices to it using Syncthing. This RPi or VPS would work as a central repository/server for your all your data. Enjoy.
VPS looks interesting. I'll try that. Thanks.
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:
2 acronyms in this thread; the most compressed thread commented on today has 10 acronyms.
[Thread #562 for this sub, first seen 1st Mar 2024, 15:35] [FAQ] [Full list] [Contact] [Source code]
Are you using a VPN to connect to your devices at home? I have a similar setup, when I'm away from home, I connect via Tailscale (a version Wireguard VPN) and keep all notes in sync.
In Joplin I use the WebDAV connection to store files on my server at home.
Sorry I forgot to mention, my laptop won't be powered ON during the 3 days I'm not home. So I was hoping a 3rd repo could be used for both my laptop and phone incase one of them is not powered on, so that the next time one of them gets powered on, it'll automatically sync to the latest version.
Once you turn on your Laptop it should just sync from your phone, no? I don't really get what the issue here is
Yes this works 99% of the time. But in case my phone gets corrupt or damaged then I'll lose the data that was not synced. So I wanted something that can sync remotely.
You could use a different service like one cloud or google and encrypt your data. Or you could get a pi, run it as a mini server, and run any number of docker containers from joplin cloud to nextcloud, or a simple webdav server.
Thanks for the suggestion. Will check out Webdav server.