{{ template "_base.html" . }} {{ define "title" }}{{ .Instance.Slug }}{{ end }} {{ define "content" }}
| Overview | |
|---|---|
| Slug |
{{ .Info.Slug }}
|
| URL | {{ .Info.URL }} |
| Running |
{{ .Info.Running }}
|
| Locked |
{{ .Info.Locked }}
|
| Component Settings | |
|---|---|
| Directory |
{{ .Instance.FilesystemBase }}
|
| SQL DB |
{{ .Instance.SqlDatabase }}
|
| SQL User |
{{ .Instance.SqlUsername }}
|
| TS Repo |
{{ .Instance.GraphDBRepository }}
|
| TS User |
{{ .Instance.GraphDBUsername }}
|
| Build Status | |
|---|---|
| Created |
{{ .Instance.Created.Format "2006-01-02T15:04:05Z07:00" }}
|
|
Last Rebuild |
{{ .Info.LastRebuild.Format "2006-01-02T15:04:05Z07:00" }}
|
|
Last Cron |
{{ .Info.LastRebuild.Format "2006-01-02T15:04:05Z07:00" }}
|
|
Last Update |
{{ .Info.LastUpdate.Format "2006-01-02T15:04:05Z07:00" }}(Automatic: {{ .Instance.AutoBlindUpdateEnabled }})
|
| ID | Active | Name | Roles | Created | Last Login | Action | |
|---|---|---|---|---|---|---|---|
{{ $user.UID }}
|
{{ $user.Status }}
|
{{ $user.Name }}
|
{{ if $user.Mail }} {{ $user.Mail }} {{ end }} |
{{ range $role, $unuused := $user.Roles }}
{{ $role }}
{{ end }}
|
{{ $user.Created.Time.Format "2006-01-02T15:04:05Z07:00" }}
|
{{ $user.Login.Time.Format "2006-01-02T15:04:05Z07:00" }}
|
| Pathbuilders | |
|---|---|
{{ $name }}
|
{{ $xml }}
|
| URI Prefixes {{ if .Info.NoPrefixes }} (excluded from resolver) {{ end }} |
|---|
{{ $prefix }}
|
| Bundles | ||||
|---|---|---|---|---|
| Label | Machine Name | Count | LastEdit | MainBundle |
{{ .Label }}
|
{{ .MachineName }}
|
{{ .Count }}
|
{{ .LastEdit.Time.Format "2006-01-02T15:04:05Z07:00" }}
|
{{ .MainBundle }}
|
| Triplestore | |
|---|---|
| URI | Count |
{{ .URI }}
|
{{ .Count }}
|
{{ . }}
|
| Path | Created | Packed |
|---|---|---|
{{ .Path }}
|
{{ .Created.Format "2006-01-02T15:04:05Z07:00" }}
|
{{ .Packed }} |
Purging this instance completely removes it from the distillery.
Backups containing the instance will remain, but it will not be possible to restore it directly.
You must enter the slug {{ .Instance.Slug }} to confirm purging.