From f5100f1c1a251ee25ec868357ceb5501b4aad87f Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Mon, 11 May 2026 21:45:31 +0700 Subject: [PATCH] docs(readme): add customization section and related cluster links --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index df9280c..87b6c05 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,27 @@ docker compose up -d Access the dashboard at `http://localhost:19999`. +## Customization + +Set your Netdata Cloud claim token to link the agent to your cloud account: + +```bash +NETDATA_CLAIM_TOKEN=your-token docker compose up -d +``` + +Key defaults you may want to override in `docker-compose.yml`: + +| Setting | Default | Notes | +|---------|---------|-------| +| Dashboard port | `19999` | Map to a different host port if needed | +| Volumes | `/proc`, `/sys`, host root | Required for full host metrics | + +## Related + +- [alloy-docker-compose](https://github.com/tiennm99/alloy-docker-compose) — Grafana Alloy collector (ships metrics to Grafana Cloud) +- [grafana-git-sync](https://github.com/tiennm99/grafana-git-sync) — sync Grafana dashboards to git +- [ollama-docker-compose](https://github.com/tiennm99/ollama-docker-compose) — Ollama LLM server compose setup + ## License Apache-2.0 — see [LICENSE](LICENSE).