summaryrefslogtreecommitdiff
path: root/micro/vms/lautaro.mmd
diff options
context:
space:
mode:
authorertopogo <erwin.t.pombett@gmail.com>2026-02-20 19:36:00 +0100
committerertopogo <erwin.t.pombett@gmail.com>2026-02-20 19:36:00 +0100
commitb713be161431729305701f80b3b6f53d2f07f62a (patch)
tree820d055331f38e6edda2c1ee160a6611560fbf7c /micro/vms/lautaro.mmd
Initial commit: schemas infrastructure Arauco avec serveur web
Diffstat (limited to 'micro/vms/lautaro.mmd')
-rw-r--r--micro/vms/lautaro.mmd32
1 files changed, 32 insertions, 0 deletions
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<br/>Raspberry Pi | Debian armv7l<br/>NON ACCESSIBLE - Donnees documentees"]
+
+ subgraph docker_env ["Docker Engine"]
+ ha["Home Assistant<br/>Port: 8123<br/>network_mode: host"]
+ end
+
+ subgraph config ["Configuration"]
+ compose["~/homeassistant/<br/>docker-compose.yml"]
+ ha_config["configuration.yaml<br/>secrets.yaml"]
+ end
+ end
+
+ subgraph external ["Acces reseau"]
+ clients["Clients LAN<br/>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