2026-04-11 12:29:00 -04:00
|
|
|
{
|
2026-04-12 00:52:53 -04:00
|
|
|
"$schema": "./config.schema.json",
|
2026-04-11 12:29:00 -04:00
|
|
|
"_doc": [
|
|
|
|
|
"Copy to config.json and remove fields you don't need.",
|
|
|
|
|
"Secrets (api_key, proxy, webhook, llm_base_url) go in .env — NOT here.",
|
|
|
|
|
"BOOL FLAG LIMITATION: once set to true here, cannot be overridden to false",
|
|
|
|
|
"from the CLI for a single run (no --no-flag support). Use NOXA_CONFIG=/dev/null",
|
|
|
|
|
"on the command line to bypass this config entirely.",
|
2026-04-12 00:52:53 -04:00
|
|
|
"LLM provider/model are optional overrides. Leave them unset to keep the",
|
|
|
|
|
"Gemini -> OpenAI -> Ollama -> Anthropic fallback chain intact.",
|
2026-04-11 12:29:00 -04:00
|
|
|
"on_change is intentionally absent — it must remain a CLI-only flag.",
|
2026-04-12 00:52:53 -04:00
|
|
|
"Unknown fields are silently ignored, so this file works across noxa versions.",
|
|
|
|
|
"Set output_dir to write results to files instead of stdout."
|
2026-04-11 12:29:00 -04:00
|
|
|
],
|
|
|
|
|
|
|
|
|
|
"format": "markdown",
|
|
|
|
|
"browser": "chrome",
|
|
|
|
|
"timeout": 30,
|
|
|
|
|
"pdf_mode": "auto",
|
|
|
|
|
"metadata": false,
|
|
|
|
|
"verbose": false,
|
|
|
|
|
"only_main_content": false,
|
|
|
|
|
|
|
|
|
|
"include_selectors": [],
|
|
|
|
|
"exclude_selectors": ["nav", "footer", ".sidebar", ".cookie-banner"],
|
|
|
|
|
|
|
|
|
|
"depth": 1,
|
|
|
|
|
"max_pages": 20,
|
|
|
|
|
"concurrency": 5,
|
|
|
|
|
"delay": 100,
|
|
|
|
|
"path_prefix": null,
|
|
|
|
|
"include_paths": [],
|
|
|
|
|
"exclude_paths": ["/changelog/*", "/blog/*", "/releases/*"],
|
2026-04-12 00:52:53 -04:00
|
|
|
"use_sitemap": false
|
2026-04-11 12:29:00 -04:00
|
|
|
}
|