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/chillka.mmd | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 micro/vms/chillka.mmd (limited to 'micro/vms/chillka.mmd') 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
2 vCPU | 2 GB RAM
LVM: vgarauco0-chillka (500 GB) | User: toshiro"] + + subgraph services ["Services systeme"] + gitea["Gitea
Port: 3000
systemd: gitea.service
Depot: /var/data/git/repositories"] + ssh["SSH
Port: 22"] + samba["Samba (SMB)
Ports: 139, 445
Partage de fichiers"] + http["Serveur HTTP
Port: 80"] + end + + subgraph dns_local ["DNS local"] + resolved["systemd-resolved
127.0.0.53:53
127.0.0.54:53"] + end + end + + subgraph external ["Acces reseau"] + clients["Clients LAN
192.168.99.0/24"] + dns["DNS:
chillka.local -> .55
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 -- cgit v1.2.3