You've already forked caddy-opnsense-blocker
Add dashboard activity leaderboards
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
- Real-time ingestion of multiple Caddy JSON access log files.
|
||||
- One heuristic profile per log source, so different applications can have different rules while sharing the same OPNsense destination alias.
|
||||
- Persistent SQLite state for events, IP states, investigations, decisions, backend actions, and source offsets.
|
||||
- Lightweight web UI with overview cards, a sortable “Recent IPs” table, IP detail pages, decision history, and full request history per address.
|
||||
- Lightweight web UI with overview cards, top activity leaderboards, a sortable “Recent IPs” table, IP detail pages, decision history, and full request history per address.
|
||||
- Background investigation workers that fill in missing cached intelligence without slowing down page loads.
|
||||
- Manual `Block`, `Unblock`, `Clear override`, and `Refresh investigation` actions from the UI or the HTTP API.
|
||||
- Optional OPNsense integration; the daemon also works in review-only mode.
|
||||
@@ -116,7 +116,7 @@ Detailed NixOS installation examples are in [`docs/install.md`](docs/install.md)
|
||||
The UI is backed by a small JSON API. The main endpoints are:
|
||||
|
||||
- `GET /healthz`
|
||||
- `GET /api/overview`
|
||||
- `GET /api/overview?hours=24`
|
||||
- `GET /api/events`
|
||||
- `GET /api/ips`
|
||||
- `GET /api/recent-ips?hours=24`
|
||||
|
||||
Reference in New Issue
Block a user