Documentation Infrastructure
INFRASTRUCTURE / EXPERT

The local server

The host, its services, and how it is managed without reinstalling it.

Resource isolation

Inference is the production workload. A metrics portal must not compete aggressively for memory or CPU. The portal service has bounded memory and CPU, query concurrency limits, and caching. Telemetry collection avoids expensive repeated process scans or inference probes in the normal page-refresh path.

Reconciliation semantics

A configuration-management run should converge on a declared state without causing work on an already-correct host. Adoption and restoration are different operations: restoration may create missing files, while adoption must not overwrite unknown live state simply because a template exists.

Recovery boundary

Configuration-as-code can reproduce services above a functioning OS. It cannot reach a host with a dead disk, broken network, or missing connector. Documentation must distinguish those prerequisites from a successful application rollout.

ON THIS PAGE

THREE WAYS TO UNDERSTAND

Same system.
Your level of detail.

Switch reading modes above to find the explanation that fits.

Explore Technical →

Keep exploring

Qwen & production workers

The compatibility contract that keeps NutsNews connected to local AI.

GitHub deployment pipeline

From a reviewed change to a verified release on the server.