Skip to content

Commit

Permalink
Update README_VLG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl authored Dec 1, 2023
1 parent 0152358 commit 09a667d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README_VLG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,14 @@

## Network

![Untitled Diagram drawio](https://user-images.githubusercontent.com/47952/188018690-a81be359-d4e2-45a2-8a30-cd627ff2fa96.png)
```mermaid
flowchart TD
User((User)) --> VLG[vlg.life] --> CF[Cloudflare Pages]
VLG -..-> TS
User --> TS{{Tailscale}} --> SonosProxy --> Sonos{{Sonos Speakers}}
TS --> Z2M[Zigbee2MQTT] --> MQTT --> Devices{{Devices}}
Z2M <--> Homebridge <--> Homekit[Apple Homekit]
TS --> Grafana --> Prometheus
TS --> Prometheus
Prometheus --> MQTT
```

0 comments on commit 09a667d

Please sign in to comment.