{{ CSS }}

Distillery Control Page - {{ .Info.Slug }}

Generated at {{ .Time.Format "2006-01-02T15:04:05Z07:00" }}

Control > Instance

Instance Overview

Overview
Slug {{ .Info.Slug }}
URL {{ .Info.URL }}
Running {{ .Info.Running }}
Locked {{ .Info.Locked }}
Build
Created {{ .Instance.Created.Format "2006-01-02T15:04:05Z07:00" }}
Last Rebuild
{{ .Info.LastRebuild.Format "2006-01-02T15:04:05Z07:00" }}
Automatic Updates {{ .Instance.AutoBlindUpdateEnabled }}
Last Update
{{ .Info.LastUpdate.Format "2006-01-02T15:04:05Z07:00" }}
Resolver
Excluded {{ .Info.NoPrefixes }}
URI Prefixes {{ range .Info.Prefixes }} {{ . }}
{{ end}}
Database Settings
SQL Database {{ .Instance.SqlDatabase }}
SQL Username {{ .Instance.SqlUsername }}
GraphDB Repository {{ .Instance.GraphDBRepository }}
GraphDB Username {{ .Instance.GraphDBUsername }}
Whitebox Data
Pathbuilders {{ .Info.Pathbuilders }}
Misc Settings
Filesystem Base {{ .Instance.FilesystemBase }}

Snapshots

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