{{ template "header" .}} {{ template "admin_header" .}}

{{ .locale.Tr "admin.config-link" (join "" (toStr (.locale.Tr "admin.config-link-overriden")) "") }}

General
Log level
{{ .c.LogLevel }}
Log output
{{ .c.LogOutput }}
External URL
{{ .c.ExternalUrl }}
Opengist home
{{ .c.OpengistHome }}
Database type
{{ .dbtype }}{{ if eq .dbtype "SQLite" }} ({{ .c.SqliteJournalMode }}){{ end }}
Database name
{{ .dbname }}
Index Enabled
{{ .c.IndexEnabled }}
Index Dirname
{{ .c.IndexDirname }}
Git default branch
{{ .c.GitDefaultBranch }}
HTTP
HTTP host
{{ .c.HttpHost }}
HTTP port
{{ .c.HttpPort }}
HTTP Git enabled
{{ .c.HttpGit }}
SSH
SSH Git enabled
{{ .c.SshGit }}
SSH host
{{ .c.SshHost }}
SSH port
{{ .c.SshPort }}
SSH external domain
{{ .c.SshExternalDomain }}
SSH Keygen
{{ .c.SshKeygen }}
OAuth
Github Client key
{{ if .c.GithubClientKey }}<defined>{{ end }}
Github Secret
{{ if .c.GithubSecret }}<defined>{{ end }}
GitLab client Key
{{ if .c.GitlabClientKey }}<defined>{{ end }}
GitLab Secret
{{ if .c.GitlabSecret }}<defined>{{ end }}
GitLab URL
{{ .c.GitlabUrl }}
GitLab Name
{{ .c.GitlabName }}
Gitea client Key
{{ if .c.GiteaClientKey }}<defined>{{ end }}
Gitea Secret
{{ if .c.GiteaSecret }}<defined>{{ end }}
Gitea URL
{{ .c.GiteaUrl }}
Gitea Name
{{ .c.GiteaName }}
OIDC client Key
{{ if .c.OIDCClientKey }}<defined>{{ end }}
OIDC Secret
{{ if .c.OIDCSecret }}<defined>{{ end }}
OIDC Discovery URL
{{ if .c.OIDCDiscoveryUrl }}<defined>{{ end }}
{{ .csrfHtml }}
{{ template "admin_footer" .}} {{ template "footer" .}}