Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ dist/
.coverage
coverage.xml
htmlcov/

# Generated by deploy/fleet/fleet.py — indexes.yml is the source of truth.
deploy/fleet/docker-compose.generated.yml
deploy/fleet/caddy/
deploy/fleet/nginx/
# Per-deployment config: hostnames, which indexes this host serves, whether auth
# is on. Copy indexes.example.yml to start.
deploy/fleet/indexes.yml
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ building legal, marketing, support, or other specialized agents on Open Index.

## Using the brain from a cloud agent (production)

📖 **[Full deployment guide → `docs/deployment.md`](./docs/deployment.md)** — local,
📖 **[Full deployment guide → `docs/deployment.md`](./docs/deployment.md)** ·
**[Many indexes on one host → `docs/multi-index.md`](./docs/multi-index.md)** — local,
remote (with and without Docker), TLS/proxying, and exactly what to paste into
Claude Code, Claude Desktop, or Cursor.

Expand Down
Loading
Loading