this post was submitted on 19 Nov 2023
1 points (66.7% liked)
Self-Hosted Main
504 readers
1 users here now
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
For Example
- Service: Dropbox - Alternative: Nextcloud
- Service: Google Reader - Alternative: Tiny Tiny RSS
- Service: Blogger - Alternative: WordPress
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
- Awesome-Selfhosted List of Software
- Awesome-Sysadmin List of Software
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
I self host a couchdb container and use a Cloudflare tunnel to forward it to a subdomain. I then use the self hosted live sync plugin in Obsidian and it is perfect. So much better than so many of the other options like Joplin and Memos (tried both and wasn’t a fan). It works perfectly on the desktop app, iOS, and android.
You got a guide for that please ?
I followed the guide for the plugin here https://github.com/vrtmrz/obsidian-livesync
I need to take a look at Obsidian. Your configuration is interesting. Thanks for sharing.
Git could also serve as backend. But my experiences were mixed, so I sticked with syncthing. Couchdb as backend alternative seems nice. I'll take a note to try it out...
Maybe one negative experience here:
I've used self hosted livesync for months before migrating to actual Obsidian Sync.
Reason being my vaults kept getting off sync and I had to keep rebuilding. Not to mention that moving files between always ended up being super tricky and would work half of the time. I tried really hard to like it but it just didn't stick.
The plugin sync was also horrible.
I wonder if you've also had any issues?
Sounds fascinating. How is the live sync plugin different from the built-in sync? When I last checked, the built in sync was incapable of sync to a self hosted server from an ios client.
Thanks for sharing.
How do you store your notes in CouchDB? There's a plugin for that?
The plugin does everything for you! https://github.com/vrtmrz/obsidian-livesync
Nice, thanks.