902a3df8b5
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.
11 lines
147 B
Plaintext
11 lines
147 B
Plaintext
obsidian_api.egg-info/
|
|
.venv/
|
|
__pycache__/
|
|
.pytest_cache/
|
|
vault/
|
|
.env
|
|
node_modules/
|
|
packages/*/node_modules/
|
|
packages/*/dist/
|
|
sdk/typescript/dist/
|