Versions in this module Expand all Collapse all v0 v0.8.2 Aug 18, 2024 v0.8.1 Jul 8, 2024 Changes in this version + var DefaultPath string + var DefaultUnixAdminPath = "/run/soju/admin" + type Auth struct + Driver string + Source string + type DB struct + Driver string + Source string + type FileUpload struct + Driver string + Source string + type IPSet []*net.IPNet + func (set IPSet) Contains(ip net.IP) bool + type MsgStore struct + Driver string + Source string + type Server struct + AcceptProxyIPs IPSet + Auth Auth + DB DB + DisableInactiveUsersDelay time.Duration + EnableUsersOnAuth bool + FileUpload *FileUpload + HTTPIngress string + HTTPOrigins []string + Hostname string + Listen []string + MOTDPath string + MaxUserNetworks int + MsgStore MsgStore + TLS *TLS + Title string + UpstreamUserIPs []*net.IPNet + func Defaults() *Server + func Load(filename string) (*Server, error) + type TLS struct + CertPath string + KeyPath string