Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The UI runs as a single Go binary, in a container or as a systemd service. Two i
* **Control path** (blue) - Fail2ban UI manages each Fail2Ban instance through one of three connectors (see below): reading jail status, banning and unbanning, editing configuration, restarting the service.
* **Event path** (green) - a custom Fail2Ban action on each host posts every ban and unban event back to the UI over HTTP, authenticated by a shared callback secret. The UI stores the event, broadcasts it to connected browsers, and triggers alerts and advanced actions.

[![Architecture-Diagram](docs/diagrams/architecture.drawio.png)](docs/diagrams/architecture.drawio.png)
[![Architecture-Diagram](docs/diagrams/architecture.drawio.svg)](docs/diagrams/architecture.drawio.svg)

See [docs/architecture.md](docs/architecture.md) for the data-flow description.

Expand Down
2 changes: 1 addition & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The application consists of the following parts:
- Optional integrations: alert providers, GeoIP/Whois enrichment, and edge firewall actions

Fail2Ban UI system architecture
[![Architecture-Diagram](diagrams/architecture.drawio.png)](diagrams/architecture.drawio.png)
[![Architecture-Diagram](diagrams/architecture.drawio.svg)](diagrams/architecture.drawio.svg)

## Design principles

Expand Down
4 changes: 4 additions & 0 deletions docs/diagrams/architecture.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.