Reference
Complete reference material for Phlix. If you are looking for task-oriented guides instead, start at First Run or the Developer docs.
API
- Server API Reference — the full REST API: endpoints, WebSocket events, authentication, and plugin hooks.
- WebAuthn / Passkey API — registration and authentication ceremonies for passkey login.
- JWKS API — the Hub's JSON Web Key Set endpoint, used to verify Hub-issued tokens.
- Media Requests API — the Hub media request flow (Radarr / Sonarr integration).
Configuration
- Environment variables — every supported variable and its default.
- Config files — file locations, formats, and precedence.
- Admin Reference — administrative settings and what each one changes.
Command line & protocols
- CLI Reference — every command, flag, and exit code.
- Skip Button Protocol — the wire format clients use for intro/outro skip.
See also
- Server architecture — how the pieces fit together.
- Event reference — events emitted across the system.
- Plugin SDK — plugin internals.