We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Correct the health verdict the wiki told users to expect Installation and API Reference promised `GREEN — all 14 checks pass` on a fresh install. That is not what a fresh install returns, and after today's fix it never will be: before a model runtime is started the ollama check is YELLOW, so the honest first-run answer is `13 green · 1 degraded` with ok:true. A first-time user reading the old page would conclude a correct install was broken. Troubleshooting now explains the three verdicts as a distinction in kind — YELLOW means running with something optional absent, RED means the House itself is faulty and is the only state that makes ok false — and names the two YELLOWs that are normal on a clean machine. Configuration documents OLLAMA_BASE_URL, which is now actually read by the backend rather than only mentioned in the compose file. New page: Continuous Integration — what the ten checks each prove, why the boot job is eleven small steps instead of one script, and why the privacy gate is a committed script anyone can run rather than a workflow inline. Home: dependency count corrected to 16 + 2 dev (it said 5, from before the undeclared dependencies were declared). All 21 wiki links resolve.
Add the full wiki (22 pages): getting started, architecture, memory subsystem, operations, security