Versions in this module Expand all Collapse all v0 v0.6.4 May 4, 2020 v0.6.3 May 1, 2020 Changes in this version + type Auth struct + Anonymous bool + Login bool + Providers map[string]Provider + Registration bool type Config + Auth Auth + type Provider struct + Key string + Secret string v0.6.2 May 1, 2020 v0.6.1 Apr 30, 2020 Changes in this version + type Config struct + Address string + Defaults Defaults + Dev bool + HTTPS HTTPS + Headers map[string]string + HexIP bool + LetsEncrypt LetsEncrypt + Port string + VerifyCertificates bool + func LoadConfig() (*Config, chan *Config) + type Defaults struct + Channels []string + Host string + Name string + Password string + Port int + ReadOnly bool + SSL bool + ShowDetails bool + type HSTS struct + Enabled bool + IncludeSubdomains bool + MaxAge string + Preload bool + type HTTPS struct + Cert string + Enabled bool + HSTS HSTS + Key string + Port string + type LetsEncrypt struct + Domain string + Email string