wiki-vault/Wiki/Reference/obsidian.md
Travis Herbranson 7eb8d756d1 compile: first compile — 17 entities, 2 synthesis, all indexes rebuilt
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>
2026-05-08 18:15:31 -04:00

2.2 KiB

type path tags created updated
entity Wiki/Reference
obsidian
wiki
automation
2026-05-08 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

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