this post was submitted on 02 Jul 2023
40 points (100.0% liked)
ObsidianMD
4105 readers
1 users here now
Unofficial Lemmy community for https://obsidian.md/
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
as my most important ones
Obsidian Git single handily changed my daily workflow.
To ensure privacy, I run my own Gitea server with a custom domain SSL’d & private repo I sync back and fourth. This allows me to control where my notes are stored behind two work computers who are stupidly behind two full tunnel VPNs so I can’t access my own servers on my LAN.
Are you using obsidian got as a backup or to sync across devices?
Both. But for mobile I'm using bash scripts with Termix (Android), because the Obsidian-Git mobile doesn't support git LFS
I’ve been using “Self-Hosted Livesync” with my own couchDB server. Maybe give it a look?
Makes sense. I use termux for a lot of things. Didn't know it supported git lfs though. I'll keep that in my back pocket for sure.
Well it only kind of supports git LFS. I have to manually invoke a few git hooks, but otherwise... 😅