Versions in this module Expand all Collapse all v1 v1.0.0 Aug 26, 2026 v0 v0.5.0 Aug 26, 2026 Changes in this version type Web + Title string v0.4.0 Aug 25, 2026 Changes in this version type Config + LFS LFS + type LFS struct + MaxObjectBytes int64 + Root string v0.3.0 Aug 25, 2026 Changes in this version type Config + Pages Pages + type Pages struct + Domain string v0.2.0 Aug 24, 2026 Changes in this version type Config + GoImport map[string]string + Mirrors Mirrors type Limits + MaxAssetBytes int64 + type Mirrors struct + PullIntervalMinutes int type Web + PrivacyNotice string v0.1.0 Aug 24, 2026 Changes in this version + type API struct + Enabled bool + type Config struct + API API + GitDaemon GitDaemon + HTTP HTTP + Limits Limits + Mail Mail + Registration Registration + SSH SSH + Server Server + Web Web + Webhooks Webhooks + func Default() Config + func Load(path string) (Config, error) + func (c Config) CheckHost() error + func (c Config) SiteHost() string + func (c Config) Validate() error + type GitDaemon struct + Enabled bool + Port int + type HTTP struct + ACMEEmail string + ACMEHTTPAddr string + Addr string + CertFile string + KeyFile string + TLS string + type Limits struct + CloneTimeoutSec int + MaxBlobBytes int64 + MaxPackBytes int64 + SSHAuthRate int + type Mail struct + From string + SMTPHost string + SMTPPass string + SMTPUser string + type Registration struct + Mode string + type SSH struct + HostKeys []string + Mode string + Port int + type Server struct + Root string + SiteURL string + type Web struct + Mode string + PasswordAuth bool + type Webhooks struct + AllowLocal bool