Expand description
NotedThat server โ HTTP API in one process.
See docs/CONFIGURATION.md for env var reference.
Modulesยง
- cli
- The
notedthat-servercommand line. - config
- Configuration for
notedthat-server. - oidc
- OIDC bearer-token verification: discovery, a cached JWKS, and the
TokenVerifierthenotedthat_core::Authenticatorconsults for any bearer that is not the service token (D53). - provision
- Startup provisioning: validate configs, ensure buckets, write manifests.
- run
- Server startup and lifecycle management.
- tracing_
init - Tracing / logging initialization for
notedthat-server.