Compare commits
2 Commits
f144bf9c9e
...
6a74bd4c8a
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a74bd4c8a | |||
| 40b9aa7da5 |
10
.obsidian/workspace.json
vendored
10
.obsidian/workspace.json
vendored
@@ -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"
|
||||
]
|
||||
}
|
||||
44
Obsidian App and SilverBullet.md
Normal file
44
Obsidian App and SilverBullet.md
Normal 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 |
|
||||
Reference in New Issue
Block a user