What I’m trying to do
Set up Obsidian headless sync on a DigitalOcean Linux VPS.
Things I have tried
I installed using “sudo npm install -g obsidian-headless”
Then I did “ob login” and I get below error:
ReferenceError: WebSocket is not defined
I checked that websocket is enabled on the machine doing the following:
“sudo npm install -g wscat”
And then“wscat -c wss” to echo websocket org
I get echo reply on any message I send.So seems like websocket isn’t restricted.
Any ideas?
WebSocket Headless Sync