Settings
Bulk Import Services
You can import multiple services based on a CSV file with the format shown on the
Bulk Import Wiki.
Additional Settings
{{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 }}
{{end}}
Cache
URL |
Size |
Expiration |
{{ range $key, $value := Cache.List }}
{{$key}} |
{{len $value.Content}} |
{{UnixTime $value.Expiration true}} |
{{end}}
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}}