[mod] network.svg

This commit is contained in:
Andy Bunce 2025-03-29 22:34:16 +00:00
parent 20bdc301f6
commit 774ab51988
3 changed files with 336 additions and 283 deletions

View file

@ -19,9 +19,10 @@ digraph saffron {
bgcolor = "#BDFFA4";
a1 [label = "wiki";href = "https://wiki.quodatum.duckdns.org";tooltip = "Tiddly wiki";];
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";];
a3 [label = "git";href = "https://git.quodatum.duckdns.org";tooltip = "Forgejo";];
a6 [label = "code";href = "https://code.quodatum.duckdns.org";tooltip = "code-server";];
}
subgraph cluster_b {
@ -41,8 +42,9 @@ digraph saffron {
label = "Saffron @ 80.229.26.80";
fontsize = "30";
bgcolor=lightgrey;
subgraph cluster_c {
label = "xu4";
label = "xu4 (odroid)";
href="http://fins.local:8090/system/xu4";
tooltip="XU4 on beszel";
bgcolor = "#FFDEAD";
@ -98,7 +100,7 @@ digraph saffron {
e5 [label = "vikunja:3456";href = "http://omv.local:3456/";tooltip = "Vikunja";];
e6 [label = "dockge:5001";href = "http://omv.local:5001/";tooltip = "dockge";];
e7 [label = "immich:2283";href = "http://omv.local:2283/";tooltip = "Photos";];
e8 [label = "code-server4:8444";href = "http://omv.local:8444/";tooltip = "Code";];
{rank=max;
omv_1 [label = "p";shape = "doubleoctagon"; width=1;
href = "https://omv.local:9443";tooltip = "portainer"; fillcolor=yellow ;];
@ -138,6 +140,7 @@ digraph saffron {
g2 [label = "glance:3050";href = "http://n2-plus.local:3050";tooltip = "glance";];
g3 [label = "spare";href = "http://n2-plus.local:19999";tooltip = "netdata";];
g4 [label = "ntopng:3000";href = "http://n2-plus.local:3000";tooltip = "ntop ng";];
g5 [label = "code-server:8444";href = "http://n2-plus.local:8444";tooltip = "codeserver";];
{rank=max;
n2_plus_1 [label = "p";shape = "doubleoctagon"; width=1;
@ -156,6 +159,8 @@ digraph saffron {
}
a2 -> c0;
a4 -> e8;
a6 -> g5;
b1 -> c0;
a1 -> c2;
a3 -> e1;
@ -171,6 +176,6 @@ digraph saffron {
c0 -> e1 [style=invis;];
c0 -> g1 [style=invis;];
f2 -> d5;
f2 -> d5 ;
}