Self hosted Docker instance

I created a docker container to run obsidian in the browser. Allows you to run it on a headless machine and access remotely to sync and backup as needed. Will add support for the obsidian API plugin at some point so the ports are exposed for local access.

docker run -d -v D:/vaults:/vaults -p 8080:8080 --name obsidian-remote ghcr.io/sytone/obsidian-remote:latest

Use http://localhost:8080/ to access, or the remote machine name if you are running docker remotely.

Feel free to comment or request updates
GitHub - sytone/obsidian-remote: Run Obsidian.md in a browser via a docker container.

4 Likes