Versions in this module Expand all Collapse all v0 v0.2.2 Jun 29, 2022 Changes in this version type OpenRegistryConfig + func (oc *OpenRegistryConfig) Validate() error v0.2.1 Apr 11, 2022 v0.2.0 Apr 8, 2022 Changes in this version + const CI + const Local + const Prod + const Stage + type Auth struct + SupportedServices map[string]bool + type Email struct + ApiKey string + Enabled bool + ForgotPasswordTemplateId string + SendAs string + VerifyEmailTemplateId string + WelcomeEmailTemplateId string + type GithubOAuth struct + ClientID string + ClientSecret string + Provider string + type Log struct + AuthMethod string + Endpoint string + Password string + Service string + Username string + type OAuth struct + Github GithubOAuth + type OpenRegistryConfig struct + AuthConfig *Auth + Debug bool + Email *Email + Environment string + LogConfig *Log + OAuth *OAuth + Registry *Registry + SkynetConfig *Skynet + StoreConfig *Store + WebAppEndpoint string + WebAppErrorRedirectPath string + WebAppRedirectURL string + func ReadYamlConfig() (*OpenRegistryConfig, error) + func (oc *OpenRegistryConfig) Endpoint() string + type Registry struct + DNSAddress string + FQDN string + Host string + Port uint + Services []string + SigningSecret string + TLS TLS + func (r *Registry) Address() string + type Skynet struct + ApiKey string + CustomCookie string + CustomUserAgent string + EndpointPath string + SkynetPortalURL string + type Store struct + Database string + Host string + Kind string + Password string + Port int + User string + func NewStoreConfig() (*Store, error) + func (sc *Store) Endpoint() string + type TLS struct + PrivateKey string + PubKey string v0.1.0 Nov 26, 2021 v0.0.2-beta Oct 28, 2021 v0.0.1-beta Oct 5, 2021