Compare commits

...

2 Commits

2 changed files with 49 additions and 5 deletions

View File

@@ -13,12 +13,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "300 areas/310 Home Assistant/Home Assistant.md", "file": "templates/tmpl_generic_note.md",
"mode": "preview", "mode": "source",
"source": true "source": true
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "Home Assistant" "title": "tmpl_generic_note"
} }
} }
] ]
@@ -197,6 +197,8 @@
}, },
"active": "56b95da6bf6e5d01", "active": "56b95da6bf6e5d01",
"lastOpenFiles": [ "lastOpenFiles": [
"Obsidian App and SilverBullet.md",
"300 areas/310 Home Assistant/Home Assistant.md",
"100 inbox/Untitled.md", "100 inbox/Untitled.md",
"200 projects/210 AI Resume/Trigger.Dev.md", "200 projects/210 AI Resume/Trigger.Dev.md",
"200 projects/210 AI Resume/Local Hybrid Vector + Graph RAG Setup.md", "200 projects/210 AI Resume/Local Hybrid Vector + Graph RAG Setup.md",
@@ -209,7 +211,6 @@
"100 inbox/1778553155-TGHR.md", "100 inbox/1778553155-TGHR.md",
"100 inbox/1778553635-RFCE.md", "100 inbox/1778553635-RFCE.md",
"100 inbox/1779061553-LQHN.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 Camera.md",
"300 areas/310 Home Assistant/Garden Lights.md", "300 areas/310 Home Assistant/Garden Lights.md",
"100 inbox/1779254460-MIOJ.md~", "100 inbox/1779254460-MIOJ.md~",
@@ -232,7 +233,6 @@
"100 inbox/1779248747-KUGA.md", "100 inbox/1779248747-KUGA.md",
"100 inbox/1779248559-PJEL.md~", "100 inbox/1779248559-PJEL.md~",
"300 areas/380 Social Politics Economics/Investment Ideas Global Events.md", "300 areas/380 Social Politics Economics/Investment Ideas Global Events.md",
"300 areas/350 AI/Pi Agent Extensions & Skills.md",
"Untitled.canvas" "Untitled.canvas"
] ]
} }

View File

@@ -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 |