Skip to content

Commit

Permalink
README: Select architecture picture based on color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
penguineer committed Jun 20, 2023
1 parent 48ffbfb commit 6f0cc13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ wgkex is a WireGuard key exchange and management tool designed and run by FFMUC.
WireGuard Key Exchange is a tool consisting of two parts: a frontend (broker) and a backend (worker). These components
communicate to each other via MQTT - a messaging bus.

![](Docs/architecture.png)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="Docs/architecture-dark.png">
<source media="(prefers-color-scheme: light)" srcset="Docs/architecture.png">
<img src="Docs/architecture.png" alt="Architectural Diagram">
</picture>

### Frontend broker

Expand Down

0 comments on commit 6f0cc13

Please sign in to comment.