Read all 62 source files (Dev: 37, Homelab: 22, Venture: 3, Reference: 0). Entity pages created (17): - Wiki/Reference: lovebug, jenny, sunnie, n8n, ob1, tailscale, authentik, traefik, cloudflare, obsidian, gitea, plant-based-southerner, claude-code, dispatch, docker - Wiki/Homelab: proxmox - Wiki/Dev: pbs-hub, herbydev Synthesis pages created (2): - Wiki/Homelab/homelab-ingress-stack — four-layer ingress model (Cloudflare + Traefik + Authentik + Tailscale); operational lessons from 10+ source files - Wiki/Dev/ai-memory-architecture — three memory layers (wiki + OB1 + Dispatch context); ingest paths; harness-vs-model design decision All 11 index pages rebuilt (Sources/Dev, Venture, Homelab, Reference, Sources root; Wiki/Dev, Venture, Homelab, Reference, Wiki root; vault root index.md). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
45 lines
2.2 KiB
Markdown
45 lines
2.2 KiB
Markdown
---
|
|
type: entity
|
|
path: Wiki/Reference
|
|
tags:
|
|
- obsidian
|
|
- wiki
|
|
- automation
|
|
created: 2026-05-08
|
|
updated: 2026-05-08
|
|
---
|
|
|
|
# Obsidian
|
|
|
|
## What it is
|
|
|
|
Obsidian is the knowledge management application used to browse and edit this vault. It renders the wiki-vault as an interconnected graph of Markdown notes, resolving `[[wikilinks]]` into navigable links. This vault (`wiki-vault`) is an Obsidian vault — the file structure, frontmatter conventions, and wikilink syntax are all Obsidian-native. The homelab MCP server writes new session notes and project plans directly into the vault in Obsidian-compatible format.
|
|
|
|
## Current state
|
|
|
|
Active. The wiki-vault was migrated from `pbs-projects` and `homelab-projects` in May 2026 into this unified vault. The compile loop (wiki-maintenance skill) generates and maintains the Wiki/ layer. The MCP server at `mcp.herbylab.dev` writes directly to `Sources/` using Obsidian-compatible Markdown. The email-to-vault pipeline (Gmail → n8n → Gitea → vault) also writes to `Sources/`.
|
|
|
|
## Where it lives
|
|
|
|
- App: installed on herbydev (and likely Travis's personal machine)
|
|
- Vault: `/opt/projects/wiki-vault` on herbydev
|
|
- Git-backed: vault is a git repo, changes committed via git
|
|
- MCP server writes via Gitea/git push to vault repo
|
|
|
|
## Related projects
|
|
|
|
- [[Sources/Dev/wiki-vault-migration|wiki-vault-migration]] — vault migration project plan
|
|
- [[Sources/Dev/second-brain|second-brain]] — LLM wiki pattern (Karpathy)
|
|
- [[Sources/Dev/email-to-obsidian-automation|email-to-obsidian-automation]] — email pipeline to vault
|
|
- [[Sources/Dev/email-obsidian-git-pipeline|email-obsidian-git-pipeline]] — email pipeline session
|
|
- [[Sources/Homelab/homelab-mcp-server|homelab-mcp-server]] — MCP server writes to vault
|
|
- [[Wiki/Reference/ob1|ob1]] — parallel AI memory system
|
|
- [[Wiki/Dev/ai-memory-architecture|ai-memory-architecture]] — synthesis
|
|
|
|
## History
|
|
|
|
- **2026-05-08** — wiki-vault created, migrating pbs-projects and homelab-projects (62 notes)
|
|
- **2026** — Email-to-vault automation built (session notes ingested via Gmail → n8n pipeline)
|
|
- **2026-05-06** — MCP server deployed; writes session notes directly to vault
|
|
- **Planned** — n8n parallel write to both vault and OB1 on every new note
|