Regc.Host (regc v0.0.2)
View SourcePer-registry endpoint, TLS, routing, and request-limit configuration.
Host-map keys are logical registry names. :hostname may point that logical
name at an alias, while :path_prefix places the Distribution API below a
reverse-proxy prefix.
Summary
Types
@type t() :: %Regc.Host{ ca_certfile: String.t() | nil, client_certfile: String.t() | nil, client_keyfile: String.t() | nil, credential_host: String.t() | nil, disable_head: boolean(), hostname: String.t(), mirrors: [String.t()], name: String.t(), path_prefix: String.t(), priority: non_neg_integer(), request_concurrency: pos_integer(), request_rate: number(), resolved_mirrors: [t()], tls: tls_mode() }
@type tls_mode() :: :undefined | :enabled | :insecure | :disabled