[mod] network

This commit is contained in:
Andy Bunce 2025-03-17 17:24:19 +00:00
parent e0eb01a79a
commit 796218916c
2 changed files with 213 additions and 212 deletions

View file

@ -8,7 +8,7 @@ digraph saffron {
style = filled; width = "2"; fillcolor = white; target = "saffron";];
edge [fontname = "Arial";];
ratio = "0.8";
size = "100%";
size = "100";
subgraph cluster_x {
label = "The Internet ";
fontsize = "30";
@ -70,7 +70,7 @@ digraph saffron {
d2 [label = "openwebui:3001";href = "http://fins.local:3001/";tooltip = "Open WebUI";];
d5 [label = "beszel::8090";href = "http://fins.local:8090/";tooltip = "beszel (main)";];
d6 [label = "shotcut::3100";href = "http://fins.local:3100/";tooltip = "Vidio editor";];
d7 [label = "beszel-agent";href = "http://fins.local:8090/system/fins";tooltip = "Beszel agent";];
{rank=max;
fins_1 [label = "p";shape = "oval"; width=1;
@ -112,6 +112,7 @@ 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;
href = "https://odroid-n2:9443";tooltip = "portainer"; fillcolor=yellow ;];
@ -159,6 +160,6 @@ digraph saffron {
c0 -> e1 [ltail = "cluster_c"; lhead = "cluster_e"; style = "dotted";];
c0 -> g1 [ltail = "cluster_c"; lhead = "cluster_g"; style = "dotted";];
d7 -> d5;
f2 -> d5;
}