[mod] network.svg

This commit is contained in:
Andy Bunce 2025-03-21 10:38:31 +00:00
parent 5599024b49
commit 8307b2af5d
2 changed files with 218 additions and 227 deletions

View file

@ -3,7 +3,7 @@ digraph saffron {
compound = true;
rankdir = LR;
fontname="Arial";
bgcolor=lightgrey;
node [fontname = "Arial"; shape = box;
style = filled; width = "2"; fillcolor = white; target = "saffron";];
edge [fontname = "Arial";];
@ -11,8 +11,9 @@ digraph saffron {
size = "100";
subgraph cluster_x {
label = "The Internet ";
fontsize = "30";
fontsize = "40";
node[fontsize=36;]
bgcolor=white;
subgraph cluster_a {
label = "quodatum.duckdns.org";
bgcolor = "#BDFFA4";
@ -39,7 +40,7 @@ digraph saffron {
subgraph cluster_s {
label = "Saffron @ 80.229.26.80";
fontsize = "30";
bgcolor=white;
subgraph cluster_c {
label = "xu4";
href="http://fins.local:8090/system/xu4";
@ -55,9 +56,9 @@ digraph saffron {
c7 [label = "pihole";href = "http://192.168.1.59";tooltip = "PiHole Ad blocker";];
{rank=max;
xu4_1 [label = "p";shape = "oval"; width=1;
xu4_1 [label = "p";shape = "doubleoctagon"; width=1;
href = "https://xu4.local:9443";tooltip = "portainer"; fillcolor=yellow ;];
xu4_2 [label = "b";shape = "oval"; width=1;
xu4_2 [label = "b";shape = "doubleoctagon"; width=1;
href = "http://fins.local:8090/system/xu4";tooltip = "beszel"; fillcolor=yellow ;];
}
xu4_1 -> c1[style=invis];
@ -77,9 +78,9 @@ digraph saffron {
{rank=max;
fins_1 [label = "p";shape = "oval"; width=1;
fins_1 [label = "p";shape = "doubleoctagon"; width=1;
href = "https://fins.local:9443";tooltip = "portainer"; fillcolor=yellow ;];
fins_2 [label = "b";shape = "oval"; width=1;
fins_2 [label = "b";shape = "doubleoctagon"; width=1;
href = "http://fins.local:8090/system/fins";tooltip = "beszel"; fillcolor=yellow ;];
}
fins_1 -> d1[style=invis];
@ -99,9 +100,9 @@ digraph saffron {
e7 [label = "immich:2283";href = "http://omv.local:2283/";tooltip = "Photos";];
{rank=max;
omv_1 [label = "p";shape = "oval"; width=1;
omv_1 [label = "p";shape = "doubleoctagon"; width=1;
href = "https://omv.local:9443";tooltip = "portainer"; fillcolor=yellow ;];
omv_2 [label = "b";shape = "oval"; width=1;
omv_2 [label = "b";shape = "doubleoctagon"; width=1;
href = "http://fins.local:8090/system/omv";tooltip = "beszel"; fillcolor=yellow ;];
}
omv_1 -> e1[style=invis];
@ -118,10 +119,10 @@ digraph saffron {
f1 [label = "kodi:8080";href = "http://odroid-n2:8080";tooltip = "kodi";];
f2 [label = "beszel-agent";href = "http://fins.local:8090/system/fins";tooltip = "Beszel agent";];
{rank=max;
odroid_n2_1 [label = "p";shape = "oval"; width=1;
odroid_n2_1 [label = "p";shape = "doubleoctagon"; width=1;
href = "https://odroid-n2:9443";tooltip = "portainer"; fillcolor=yellow ;];
odroid_n2_2 [label = "b";shape = "oval"; width=1;
href = "http://fins.local:8090/system/odroid-n2";tooltip = "beszel"; fillcolor=yellow ;];
odroid_n2_2 [label = "b";shape = "doubleoctagon"; width=1;
href = "http://fins.local:8090/system/kodi";tooltip = "beszel"; fillcolor=yellow ;];
}
odroid_n2_1 -> f1[style=invis];
odroid_n2_2 -> f1[style=invis];
@ -139,9 +140,9 @@ digraph saffron {
g4 [label = "ntopng:3000";href = "http://n2-plus.local:3000";tooltip = "ntop ng";];
{rank=max;
n2_plus_1 [label = "p";shape = "oval"; width=1;
n2_plus_1 [label = "p";shape = "doubleoctagon"; width=1;
href = "https://n2-plus.local:9443";tooltip = "portainer"; fillcolor=yellow ;];
n2_plus_2 [label = "b";shape = "oval"; width=1;
n2_plus_2 [label = "b";shape = "doubleoctagon"; width=1;
href = "http://fins.local:8090/system/n2-plus";tooltip = "beszel"; fillcolor=yellow ;];
}
n2_plus_1 -> g1[style=invis];
@ -159,10 +160,10 @@ digraph saffron {
b5 -> e2;
b6 -> e7;
vpn -> c4;
c0 -> d2 [ltail = "cluster_c"; lhead = "cluster_d"; style = "dotted";];
c0 -> f1 [ltail = "cluster_c"; lhead = "cluster_f"; style = "dotted";];
c0 -> e1 [ltail = "cluster_c"; lhead = "cluster_e"; style = "dotted";];
c0 -> g1 [ltail = "cluster_c"; lhead = "cluster_g"; style = "dotted";];
c0 -> d2 [style=invis;];
c0 -> f1 [style=invis;];
c0 -> e1 [style=invis;];
c0 -> g1 [style=invis;];
f2 -> d5;