diff --git a/README.md b/README.md index 1164c43..fca5f0c 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,32 @@ much they are moving, and a button to cut them off. - **Self-contained.** One static Go binary, one SQLite file under `/data`, no other services. Multi-arch image for amd64 and arm64. +## Screenshots + +The dashboard: who is connected, live throughput, traffic history and the +server's details. + +![Dashboard](docs/screenshots/dashboard.jpg) + +Peers, with live rates and totals. Connected peers sort to the top. + +![Peers](docs/screenshots/peers.jpg) + +A peer: status, endpoint, handshake, keys and usage, with disconnect, session +reset and key rotation a click away. + +![Peer overview](docs/screenshots/peer-overview.jpg) + +The same peer's configuration: scan the QR code with the WireGuard app, copy +the text, or download the `.conf`. + +![Peer configuration and QR code](docs/screenshots/peer-config.jpg) + +Settings: endpoint, client defaults, peer isolation and MSS clamping. Changes +apply without a restart. + +![Settings](docs/screenshots/settings.jpg) + ## Quick start ```sh diff --git a/docs/screenshots/dashboard.jpg b/docs/screenshots/dashboard.jpg new file mode 100644 index 0000000..897c00c Binary files /dev/null and b/docs/screenshots/dashboard.jpg differ diff --git a/docs/screenshots/peer-config.jpg b/docs/screenshots/peer-config.jpg new file mode 100644 index 0000000..58b90df Binary files /dev/null and b/docs/screenshots/peer-config.jpg differ diff --git a/docs/screenshots/peer-overview.jpg b/docs/screenshots/peer-overview.jpg new file mode 100644 index 0000000..17dc42d Binary files /dev/null and b/docs/screenshots/peer-overview.jpg differ diff --git a/docs/screenshots/peers.jpg b/docs/screenshots/peers.jpg new file mode 100644 index 0000000..6c7af9c Binary files /dev/null and b/docs/screenshots/peers.jpg differ diff --git a/docs/screenshots/settings.jpg b/docs/screenshots/settings.jpg new file mode 100644 index 0000000..d3b5918 Binary files /dev/null and b/docs/screenshots/settings.jpg differ