{{define "content"}}
IP addresses currently blocked
Recent failed login attempts
Total IP blocks (active + expired)
| IP Address | Blocked At | Blocked Until | Failures | Status | Actions |
|---|---|---|---|---|---|
{{.IPAddress}} |
{{.BlockedAt.Format "01/02/2006 15:04"}} | {{if .IsPermanent}}Permanent{{else}}{{.BlockedUntil.Format "01/02/2006 15:04"}}{{end}} | {{.FailureCount}} | Active |
/@/*) count toward IP blocking.
API endpoint failures are logged but do NOT trigger automatic blocks.
| Timestamp | IP Address | Username | Password | Path | User Agent |
|---|---|---|---|---|---|
| {{$auth.Timestamp.Format "01/02/2006 15:04:05"}} | {{$auth.IPAddress}} |
{{if $auth.Username}}{{$auth.Username}}{{else}}none{{end}} |
{{if $auth.Password}}
{{$auth.Password}}
|
{{$auth.Path}}
{{if hasPrefix $auth.Path "/@/"}}
Admin
{{else}}
API
{{end}}
|
{{if $auth.UserAgent}}
{{$ua := $auth.UserAgent}}
{{if gt (len $ua) 10}}
{{$ua}}
|