Expand description
Typed schema for server.toml.
The untyped config::Config is loaded by
manta_shared::common::config::get_server_configuration; this
module owns the typed deserialisation target.
Structs§
- Server
Configuration - Top-level configuration for the
manta-serverbinary. Persisted as TOML under~/.config/manta/server.toml. Has no notion of an “active” site — the server hosts every configured site simultaneously and clients select per-request via theX-Manta-Siteheader. - Server
Settings - Server-only settings — TLS, listen address, console behaviour. Lives
under
[server]inserver.toml. - Site
- Connection details for a single ALPS site (CSM or OCHAMI instance).
Enums§
- Backend
Technology - Which backend API this site speaks.