{{ template "_base.html" . }} {{ define "title" }}Distillery Control Page{{ end }} {{ define "header"}}
{{ end }} {{ define "content" }}| Domains | |
|---|---|
| Primary |
{{.Config.DefaultDomain}}
|
| Extra |
{{ range .Config.SelfExtraDomains }}
{{.}}{{ end }} |
| Email (HTTPS) |
{{.Config.CertbotEmail}}
|
| Database Settings | |
|---|---|
| MySQL User Prefix |
{{.Config.MysqlUserPrefix}}
|
| MySQL Database Prefix |
{{.Config.MysqlDatabasePrefix}}
|
| GraphDB User Prefix |
{{.Config.GraphDBUserPrefix}}
|
| GraphDB Database Prefix |
{{.Config.GraphDBRepoPrefix}}
|
| Bookkeeping Database |
{{.Config.DistilleryDatabase}}
|
| Directory Settings | |
|---|---|
root
|
{{.Config.DeployRoot}}
|
config
|
{{.Config.ConfigPath}}
|
authorized_keys
|
{{.Config.GlobalAuthorizedKeysFile}}
|
| Misc Settings | |
|---|---|
| Homepage | {{.Config.SelfRedirect}} |
| Docker Network Name |
{{.Config.DockerNetworkName}}
|
| Backup Age |
{{.Config.MaxBackupAge}} Day(s)
|
| Path | Created | Packed |
|---|---|---|
{{ .Path }}
|
{{ .Created.Format "2006-01-02T15:04:05Z07:00" }}
|
{{ .Packed }} |
| Total | Running | Stopped |
|---|---|---|
| {{ .TotalCount }} | {{ .RunningCount }} | {{ .StoppedCount }} |