diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-01-20 11:17:19 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-01-20 11:17:19 -1000 |
| commit | 07ba815e8517ee2d3a5fa531361bbd09bdfcbaa7 (patch) | |
| tree | ca9d9be0f02d5a724a3646f87d4a9f50203249cc /.env.example | |
| parent | 6a59098c3096f5ebd3a61ef5268cbd480b0f1519 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
