[mod] network evo-x2
This commit is contained in:
parent
8cac1a1cd1
commit
71c055ecc1
2 changed files with 424 additions and 337 deletions
File diff suppressed because it is too large
Load diff
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 43 KiB |
|
|
@ -21,8 +21,10 @@ digraph Thyme {
|
|||
a2 [label = "about";href = "https://about.quodatum.duckdns.org";tooltip = "about";];
|
||||
a3 [label = "git";href = "https://git.quodatum.duckdns.org";tooltip = "Forgejo";];
|
||||
a4 [label = "code-alt";href = "https://code-alt.quodatum.duckdns.org";tooltip = "code-server basex 10.7";];
|
||||
a5 [label = "oi";href = "https://oi.quodatum.duckdns.org";tooltip = "openwebUI";];
|
||||
a5 [label = "oi";href = "https://oi.quodatum.duckdns.org";tooltip = "openwebUI fins";];
|
||||
a6 [label = "code";href = "https://code.quodatum.duckdns.org";tooltip = "code-server";];
|
||||
a7 [label = "ai";href = "https://ai.quodatum.duckdns.org";tooltip = "openwebui evo-x2";];
|
||||
a8 [label = "comfy";href = "https://comfy.quodatum.duckdns.org";tooltip = "comfy evo-x2";];
|
||||
|
||||
}
|
||||
subgraph cluster_b {
|
||||
|
|
@ -154,26 +156,34 @@ digraph Thyme {
|
|||
n2_plus_1 -> g1[style=invis];
|
||||
n2_plus_2 -> g1[style=invis];
|
||||
}
|
||||
subgraph cluster_h {
|
||||
label = "velvet";
|
||||
bgcolor = "#FFDEAD";
|
||||
none
|
||||
}
|
||||
|
||||
subgraph cluster_i {
|
||||
label = "evo-x2 192.168.1.11";
|
||||
bgcolor = "#FFDEAD";
|
||||
todo1
|
||||
i1 [label = "openwebui:3001";href = "http://evo-x2.lan:3001";tooltip = "Openwebui";];
|
||||
i2 [label = "comfy:8188";href = "http://evo-x2.lan:8188";tooltip = "Comfy";];
|
||||
{rank=max;
|
||||
evo_x2_1 [label = "p";shape = "doubleoctagon"; width=1;
|
||||
href = "https://evo-x2.lan:9443";tooltip = "portainer"; fillcolor=yellow ;];
|
||||
evo_x2_2 [label = "b";shape = "doubleoctagon"; width=1;
|
||||
href = "http://fins.lan:8090/system/evo-x2";tooltip = "beszel"; fillcolor=yellow ;];
|
||||
}
|
||||
evo_x2_1 -> i1[style=invis];
|
||||
evo_x2_2 -> i1[style=invis];
|
||||
}
|
||||
subgraph cluster_h {
|
||||
label = "Services";
|
||||
bgcolor = "#FFDEAD";
|
||||
h1 [label = "printer";tooltip = "printer";];
|
||||
h2 [label = "voip";tooltip = "voip";];
|
||||
h3 [label = "velvet";tooltip = "velvet";];
|
||||
}
|
||||
subgraph cluster_j {
|
||||
label = "printer";
|
||||
label = "router";
|
||||
bgcolor = "#FFDEAD";
|
||||
printer
|
||||
}
|
||||
subgraph cluster_k {
|
||||
label = "VoIP";
|
||||
bgcolor = "#FFDEAD";
|
||||
voip
|
||||
internet
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
a2 -> c0;
|
||||
|
|
@ -183,6 +193,9 @@ digraph Thyme {
|
|||
a1 -> c2;
|
||||
a3 -> e1;
|
||||
a5 -> d2;
|
||||
a7 -> i1;
|
||||
a8 -> i2;
|
||||
|
||||
b2 -> f1;
|
||||
b3 -> g1;
|
||||
b4 -> e3;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue