{{define "title"}}Statping | Settings{{end}} {{define "content"}}
{{template "nav"}}
{{if Error}} {{end}}

Settings

{{if not .Domain}} {{end}}
HTML is allowed inside the footer
Current: {{.CurrentTime}}
API Key can be used for read only routes
API Secret is used for read, create, update and delete routes You can Regenerate API Keys if you need to.

Bulk Import Services

You can import multiple services based on a CSV file with the format shown on the Bulk Import Wiki.

Additional Settings

Export Settings {{if .Domain}} Authentication QR Code {{end}} {{if .Domain}}
Open in Statping App {{end}}
{{if not .UsingAssets }}

Enable Local Assets

Customize your status page design by enabling local assets. This will create a 'assets' directory containing all CSS.

Enable Local Assets

{{ else }}
Delete All Assets
{{end}}

Cache

{{ range $key, $value := Cache.List }} {{end}}
URL Size Expiration
{{$key}} {{len $value.Content}} {{UnixTime $value.Expiration true}}
Clear Cache
{{ range .Notifications }} {{$n := .Select}}
{{template "form_notifier" .}} {{ if $n.Logs }} Sent {{$n.SentLastHour}} in the last hour
{{ range $n.Logs }}
{{.Message}}

Sent {{.Time.Ago}}

{{ end }} {{ end }}
{{ end }}
{{ range .Repos }}
{{ .Name }}

{{ .Description }}

Add
{{ end }}
{{ range .Plugins }}

{{ .Name }}

{{ .Description }}
{{ safe .Form }}
{{end}}
{{end}} {{define "extra_css"}} {{end}} {{define "extra_scripts"}} {{end}}