Reference¶
Reference documentation is technical description of the machinery. It is information-oriented.
🪵 Logging¶
- Log Messages - Every error code, what triggers it, and what it means.
🌐 HTTP API¶
- HTTP API - All CGI endpoints, cookies, response headers, and request limits.
⚙️ Configuration¶
- UCI Schema - Complete list of
/etc/config/luci-ssooptions.
🔗 APIs & Compliance¶
- Internal API - Documentation for the ucode and C modules.
- RFC Compliance - Mapping our implementation to OIDC/OAuth2 standards.
🛠️ Development¶
- devenv Targets - All
make -C devenvtargets and their variables.
📐 Standards¶
- Style Guide - Code style, commit messages, and documentation conventions.
- Testing Architecture - Test tier structure and what each tier covers.