Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 123 words in the discussion.

Trending Topics

#web#obsidian#app#markdown#github#self#hosted#files#sync#https

Discussion (4 Comments)Read Original on HackerNews

tedcrilly•8 minutes ago
This looks great. I've been trying to hack something similar on top of Silverbullet but having a dedicated app potentially using the same Markdown folder sounds much better. Will the desktop and web apps be available on your Github?
memjay•about 1 hour ago
> A self-hosted web app I can reach from anywhere.

So you can access the Obsidian markdown files from the web? How are you solving that?

Via VPN or do you sync your files with a server?

mudkipme•about 1 hour ago
I just found the solution weeks ago: https://mudkip.me/2026/06/29/Run-Obsidian-as-a-self-hosted-w...

tl;dr: There is an open source project named Ignis which bridges the Electron APIs Obsidian uses and makes it a web app. For syncing, both official Obsidian Sync and LiveSync has headless cli.

WillAdams•about 2 hours ago
Keeping everything local in a file structure was a big part of my attraction to:

https://github.com/clach04/puren_tonbo/wiki/Tombo

Nice to see this approach carried forward.