Replies: 1 comment
-
Hey, so I was browsing through discussions to see if anyone came up with a better solution for this, but doesn't seem like one. I do already have a setup for this working, but it's kinda jank I first setup a obsidian instance using linuxserver.io
Start off with the ports uncommented, then go visit localhost:3000 (or I have it running on my server, so server:3000), and you get the familiar obsidian interface. Setup the obsidian live sync as you would for a normal local version. (My vault is named "Obsidian Vault" in my examples) (I then comment out the ports so they don't take up a port spot, I use Caddy for most of my reverse proxying needs) Then for quartz, I just run this compose file
The jankiest part I think is the linuxserver.io image to install the livesync plugin and sync it. If there was a cli tool that could connect to the couchdb instance and dump the files directly to the filesystem, it would make this very production ready. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing solution for running LiveSync and serving a web version of the vault (e.g. using Quartz) on the same server? If not, would there be a way to create such a thing?
Beta Was this translation helpful? Give feedback.
All reactions