This configuration can be overridden by a YAML config file and/or environment variables.
- Log level
- {{ .c.LogLevel }}
- External URL
- {{ .c.ExternalUrl }}
- Opengist home
- {{ .c.OpengistHome }}
- DB filename
- {{ .c.DBFilename }}
- HTTP host
- {{ .c.HttpHost }}
- HTTP port
- {{ .c.HttpPort }}
- HTTP Git enabled
- {{ .c.HttpGit }}
- HTTP TLS enabled
- {{ .c.HttpTLSEnabled }}
- HTTP Cert file
- {{ .c.HttpCertFile }}
- HTTP Key file
- {{ .c.HttpKeyFile }}
- SSH Git enabled
- {{ .c.SshGit }}
- SSH host
- {{ .c.SshHost }}
- SSH port
- {{ .c.SshPort }}
- SSH external domain
- {{ .c.SshExternalDomain }}
- SSH Keygen
- {{ .c.SshKeygen }}
- Github Client key
- {{ .c.GithubClientKey }}
- Github Secret
- {{ .c.GithubSecret }}
- Gitea client Key
- {{ .c.GiteaClientKey }}
- Gitea Secret
- {{ .c.GiteaSecret }}
- Gitea URL
- {{ .c.GiteaUrl }}