Expand description
NotedThat server — HTTP API in one process.
See docs/CONFIGURATION.md for env var reference.
Re-exports§
pub use run::WEBDAV_INFLIGHT_GRACE;
Modules§
- config
- Environment-variable-based configuration for
notedthat-server. - provision
- Startup provisioning: validate configs, ensure buckets, write manifests.
- run
- Server startup and lifecycle management.
- tracing_
init - Tracing / logging initialization for
notedthat-server.