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 09a667d commit 1b021dd
Showing 1 changed file with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions README_VLG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,31 @@

```mermaid
flowchart TD
User((User)) --> VLG[vlg.life] --> CF[Cloudflare Pages]
User((User))
TS{{Tailscale}}
User --> TS
subgraph cf[Cloudflare Pages]
VLG[vlg.life]
end
subgraph home[At Home]
SonosProxy --> Sonos{{Sonos Speakers}}
Z2M[Zigbee2MQTT] --> MQTT --> Devices{{Devices}}
Z2M <--> Homebridge <--> Homekit["Apple HomeKit (Apple TV)"]
Grafana --> Prometheus
Prometheus --> MQTT
end
User --> VLG[vlg.life]
VLG -..-> TS
User --> TS{{Tailscale}} --> SonosProxy --> Sonos{{Sonos Speakers}}
TS --> Z2M[Zigbee2MQTT] --> MQTT --> Devices{{Devices}}
Z2M <--> Homebridge <--> Homekit[Apple Homekit]
TS --> Grafana --> Prometheus
TS --> SonosProxy
TS --> Grafana
TS --> Prometheus
Prometheus --> MQTT
TS --> Z2M
```

0 comments on commit 1b021dd

Please sign in to comment.