Commit Graph

2 Commits

Author SHA1 Message Date
daniel156161 81a27f3e9b fix: clear stale Xvfb display locks on startup
Build and Push Docker Container / build-and-push (push) Successful in 4m53s
- Remove stale X lock and socket files before starting Xvfb.
- Prevent false active-display errors after container restarts.
- Keep Obsidian able to create the CLI socket for API commands.
2026-07-02 09:29:10 +02:00
daniel156161 902a3df8b5 feat: add Obsidian CLI API service
Build and Push Docker Container / build-and-push (push) Successful in 4m26s
- Add Docker image for the official Obsidian desktop app and CLI.

- Start Obsidian headlessly with Xvfb and DBus setup.

- Expose a safe structured HTTP command API without shell execution.

- Add JWT-based vault, path, and command authorization.

- Support single-vault and multi-vault container mounts.

- Add TypeScript SDK helpers for Obsidian CLI commands.

- Add n8n community node package with Obsidian operations.

- Add docs, compose config, tests, and production image workflow.
2026-06-24 09:11:13 +02:00