diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 58b9e00..ed6d2dc 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "300 areas/310 Home Assistant/Home Assistant.md", - "mode": "preview", + "file": "templates/tmpl_generic_note.md", + "mode": "source", "source": true }, "icon": "lucide-file", - "title": "Home Assistant" + "title": "tmpl_generic_note" } } ] @@ -197,6 +197,8 @@ }, "active": "56b95da6bf6e5d01", "lastOpenFiles": [ + "Obsidian App and SilverBullet.md", + "300 areas/310 Home Assistant/Home Assistant.md", "100 inbox/Untitled.md", "200 projects/210 AI Resume/Trigger.Dev.md", "200 projects/210 AI Resume/Local Hybrid Vector + Graph RAG Setup.md", @@ -209,7 +211,6 @@ "100 inbox/1778553155-TGHR.md", "100 inbox/1778553635-RFCE.md", "100 inbox/1779061553-LQHN.md", - "300 areas/310 Home Assistant/Home Assistant.md", "300 areas/310 Home Assistant/Garden Camera.md", "300 areas/310 Home Assistant/Garden Lights.md", "100 inbox/1779254460-MIOJ.md~", @@ -232,7 +233,6 @@ "100 inbox/1779248747-KUGA.md", "100 inbox/1779248559-PJEL.md~", "300 areas/380 Social Politics Economics/Investment Ideas Global Events.md", - "300 areas/350 AI/Pi Agent Extensions & Skills.md", "Untitled.canvas" ] } \ No newline at end of file diff --git a/Obsidian App and SilverBullet.md b/Obsidian App and SilverBullet.md new file mode 100644 index 0000000..1e5626b --- /dev/null +++ b/Obsidian App and SilverBullet.md @@ -0,0 +1,44 @@ +--- +created: 2026-05-20 21:40 +modified: 2026-05-20 21:40 +type: note +tags: + - AI + - Obsidian + - md + - notes + - dev-ops + - system-config +aliases: [] +--- +# Obsidian App and SilverBullet + +## Architecture + +``` +.27 (NixOS desktop, sometimes off) + Obsidian native + Nvim + obsidian.nvim + Vault: ~/obsidian/ + GitHub Sync plugin → syncinterval: 15 min + +.35 (Ubuntu, always on) + Gitea — central git repo + SilverBullet Docker — web access on proxy network + Caddy → silverbullet.lab.audasmedia.com.au +``` + +## Sync + +Single Gitea repo (`obsidian-vault`) on .35. Both .27 Obsidian (GitHub Sync plugin) and .35 SilverBullet (cron script) push/pull every 15 minutes. No conflicts — single user. + +## Tools + +| Tool | Location | Purpose | +|------|----------|---------| +| Obsidian | .27 native | Deep desktop work | +| obsidian.nvim | .27 Nvim | Vault editing in terminal | +| SilverBullet | .35 Docker | Mobile/browser access | +| obsidian CLI | .27 terminal | `obsidian daily`, `obsidian search` | +| Pi + OpenSpec | .27 | AI-driven spec workflow | +| Pi + Graphify | .27 | Knowledge graphs from vault | +| Pi + Plannotator | .27 | Visual plan review |