diff options
| author | ertopogo <erwin.t.pombett@gmail.com> | 2026-02-20 19:36:00 +0100 |
|---|---|---|
| committer | ertopogo <erwin.t.pombett@gmail.com> | 2026-02-20 19:36:00 +0100 |
| commit | b713be161431729305701f80b3b6f53d2f07f62a (patch) | |
| tree | 820d055331f38e6edda2c1ee160a6611560fbf7c /micro/vms/chillka.mmd | |
Initial commit: schemas infrastructure Arauco avec serveur web
Diffstat (limited to 'micro/vms/chillka.mmd')
| -rw-r--r-- | micro/vms/chillka.mmd | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/micro/vms/chillka.mmd b/micro/vms/chillka.mmd new file mode 100644 index 0000000..be24eb0 --- /dev/null +++ b/micro/vms/chillka.mmd @@ -0,0 +1,34 @@ +%%{init: {'theme': 'base', 'flowchart': {'nodeSpacing': 40, 'rankSpacing': 50}}}%%
+flowchart TB
+ subgraph vm ["chillka - 192.168.99.55<br/>2 vCPU | 2 GB RAM<br/>LVM: vgarauco0-chillka (500 GB) | User: toshiro"]
+
+ subgraph services ["Services systeme"]
+ gitea["Gitea<br/>Port: 3000<br/>systemd: gitea.service<br/>Depot: /var/data/git/repositories"]
+ ssh["SSH<br/>Port: 22"]
+ samba["Samba (SMB)<br/>Ports: 139, 445<br/>Partage de fichiers"]
+ http["Serveur HTTP<br/>Port: 80"]
+ end
+
+ subgraph dns_local ["DNS local"]
+ resolved["systemd-resolved<br/>127.0.0.53:53<br/>127.0.0.54:53"]
+ end
+ end
+
+ subgraph external ["Acces reseau"]
+ clients["Clients LAN<br/>192.168.99.0/24"]
+ dns["DNS:<br/>chillka.local -> .55<br/>git.arauco.online -> .55"]
+ end
+
+ clients -->|":3000 HTTP"| gitea
+ clients -->|":22 SSH"| ssh
+ clients -->|":139/:445 SMB"| samba
+ clients -->|":80 HTTP"| http
+ dns -.-> vm
+
+ classDef svcStyle fill:#1e4a2e,stroke:#4a9a6a,color:#a8e0c0
+ classDef netStyle fill:#1e3a5f,stroke:#4a90d9,color:#a8d0f0
+ classDef dnsStyle fill:#1e4a4a,stroke:#4a9a9a,color:#a8e0e0
+
+ class gitea,ssh,samba,http svcStyle
+ class clients netStyle
+ class dns,resolved dnsStyle
|
