This commit is contained in:
@@ -34,6 +34,8 @@ docker compose up -d
|
||||
|
||||
For safety, Compose exposes only `127.0.0.1:9876`. Before making it reachable from another host, configure OAuth authentication and place a TLS-enabled reverse proxy in front. Specify the LLM endpoint in `.env` / `config.yaml`.
|
||||
|
||||
Full Docker guide (Linux networking, data persistence, the sandbox, troubleshooting): **[docs/docker.md](docs/docker.md)**.
|
||||
|
||||
### From source
|
||||
|
||||
```bash
|
||||
@@ -56,6 +58,7 @@ For detailed instructions, see **[docs/getting-started.md](docs/getting-started.
|
||||
## Documentation
|
||||
|
||||
- **[docs/getting-started.md](docs/getting-started.md)** — installation, first launch, your first task, enabling auth/sandbox
|
||||
- **[docs/docker.md](docs/docker.md)** — running with Docker Compose (LLM endpoint, persistence, sandbox, troubleshooting)
|
||||
- **[docs/configuration.md](docs/configuration.md)** — full reference of every `config.yaml` setting
|
||||
- **[docs/architecture.md](docs/architecture.md)** — execution flow, Piece/Movement, tools, DB, sandbox
|
||||
- **[docs/tools/](docs/tools/)** — details of each tool
|
||||
|
||||
Reference in New Issue
Block a user