From 07ba815e8517ee2d3a5fa531361bbd09bdfcbaa7 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Tue, 20 Jan 2026 11:17:19 -1000 Subject: Remove Obsidian integration for public server deployment Obsidian relied on local filesystem access which is incompatible with public server deployment. This removes all Obsidian-related code including: - API client and interface - Store layer methods (SaveNotes, GetNotes, SearchNotes) - Handler methods and routes - UI tab and templates - Configuration fields - Related tests Co-Authored-By: Claude Opus 4.5 --- .env.example | 3 --- 1 file changed, 3 deletions(-) (limited to '.env.example') diff --git a/.env.example b/.env.example index dddb927..e54a20b 100644 --- a/.env.example +++ b/.env.example @@ -17,9 +17,6 @@ TRELLO_TOKEN= # PLANTOEAT_API_KEY= # Paths -# Absolute path to your Obsidian vault directory -OBSIDIAN_VAULT_PATH=/path/to/your/obsidian/vault - # Database file location (relative or absolute path) DATABASE_PATH=./dashboard.db -- cgit v1.2.3