Backups

{{ range .Backups }} {{ end}}
Path Created Packed
{{ .Path }} {{ .Created.Format "2006-01-02T15:04:05Z07:00" }} {{ .Packed }}

Distillery Services

Service Interface Username Password
SQL {{ $pma := .Config.HTTP.PhpMyAdminURL }} {{ if $pma }} PHPMyAdmin {{ else }} (accessible via SSH) {{ end }} {{ .Config.SQL.AdminUsername }}
Triplestore {{ $ts := .Config.HTTP.TSURL }} {{ if $ts }} Workbench {{ else }} (accessible via SSH) {{ end }} {{ .Config.TS.AdminUsername }}

Distillery Configuration

        {{ .Config.MarshalSensitive }}