{{template "base" .}} {{define "title"}}{{.Title}}{{end}} {{define "page_body"}}
Status: {{ if .Status.SSH.IsActive}}"Started"{{else}}"Stopped"{{end}}
{{if .Status.SSH.IsActive}}
Address: "{{.Status.SSH.Address}}"
Accepted commands: "{{.Status.SSH.SSHCommands}}"
{{range .Status.SSH.HostKeys}}
Host Key: "{{.Path}}"
Fingerprint: "{{.Fingerprint}}"
{{end}}
{{end}}
Status: {{ if .Status.FTP.IsActive}}"Started"{{else}}"Stopped"{{end}}
{{if .Status.FTP.IsActive}}
Address: "{{.Status.FTP.Address}}"
Passive port range: "{{.Status.FTP.PassivePortRange.Start}}-{{.Status.FTP.PassivePortRange.End}}"
TLS: "{{.Status.FTP.FTPES}}"
{{end}}
Status: {{ if .Status.WebDAV.IsActive}}"Started"{{else}}"Stopped"{{end}}
{{if .Status.WebDAV.IsActive}}
Address: "{{.Status.WebDAV.Address}}"
Protocol: "{{.Status.WebDAV.Protocol}}"
{{end}}
Status: {{ if .Status.DataProvider.IsActive}}"OK"{{else}}"{{.Status.DataProvider.Error}}"{{end}}
Driver: "{{.Status.DataProvider.Driver}}"