From b713be161431729305701f80b3b6f53d2f07f62a Mon Sep 17 00:00:00 2001 From: ertopogo Date: Fri, 20 Feb 2026 19:36:00 +0100 Subject: Initial commit: schemas infrastructure Arauco avec serveur web --- micro/vms/lautaro.mmd | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 micro/vms/lautaro.mmd (limited to 'micro/vms/lautaro.mmd') diff --git a/micro/vms/lautaro.mmd b/micro/vms/lautaro.mmd new file mode 100644 index 0000000..525de49 --- /dev/null +++ b/micro/vms/lautaro.mmd @@ -0,0 +1,32 @@ +%%{init: {'theme': 'base', 'flowchart': {'nodeSpacing': 40, 'rankSpacing': 50}}}%% +flowchart TB + subgraph rpi ["lautaro - 192.168.99.108
Raspberry Pi | Debian armv7l
NON ACCESSIBLE - Donnees documentees"] + + subgraph docker_env ["Docker Engine"] + ha["Home Assistant
Port: 8123
network_mode: host"] + end + + subgraph config ["Configuration"] + compose["~/homeassistant/
docker-compose.yml"] + ha_config["configuration.yaml
secrets.yaml"] + end + end + + subgraph external ["Acces reseau"] + clients["Clients LAN
192.168.99.0/24"] + end + + ha --- compose + ha --- ha_config + clients -->|":8123"| ha + + classDef haStyle fill:#1e4a4a,stroke:#4a9a9a,color:#a8e0e0 + classDef configStyle fill:#2a3a4a,stroke:#6a8aaa,color:#b0d0e8 + classDef netStyle fill:#1e3a5f,stroke:#4a90d9,color:#a8d0f0 + classDef dormStyle fill:#2a2a2a,stroke:#666,color:#999 + + class ha haStyle + class compose,ha_config configStyle + class clients netStyle + + style rpi stroke-dasharray: 5 5 -- cgit v1.2.3