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 could probably create a Tailscale vpn network (or something similar) and setup Syncthing to use the Tailscale address of your laptop.
This is what I do for Logseq, works very well
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.
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.
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.
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:
Fewer Letters More Letters RPi Raspberry Pi brand of SBC SBC Single-Board Computer VPS Virtual Private Server (opposed to shared hosting)
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]
Just install SyncThing on whatever your Nextcloud was installed on?
Self-hosting is much more complicated than some folks would have you believe but software like CasaOS (not an OS), Yunohost, Cosmos Server and Umbrel make getting started so much easier.
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.
deleted by creator
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.