[mod] update network.svg

This commit is contained in:
Andy Bunce 2026-03-14 13:19:37 +00:00
parent 4ff590f5cf
commit f87dd3cf36
2 changed files with 313 additions and 325 deletions

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View file

@ -38,7 +38,7 @@ digraph Thyme {
b6 [label = "Immich";href = "https://immich.orlop.duckdns.org";tooltip = "Immich";]; b6 [label = "Immich";href = "https://immich.orlop.duckdns.org";tooltip = "Immich";];
b7 [label = "recipes";href = "https://recipes.orlop.duckdns.org";tooltip = "Mealie";]; b7 [label = "recipes";href = "https://recipes.orlop.duckdns.org";tooltip = "Mealie";];
} }
vpn [shape = circle;width = "0.75";fillcolor="lightblue"];
oracle [label = "oracle-apr9";href = "http://132.145.60.66";tooltip = "Oracle cloud";]; oracle [label = "oracle-apr9";href = "http://132.145.60.66";tooltip = "Oracle cloud";];
} }
@ -49,14 +49,14 @@ digraph Thyme {
subgraph cluster_c { subgraph cluster_c {
label = "xu4 (odroid) 192.168.1.5"; label = "xu4 (odroid) 192.168.1.5";
href="http://fins.lan:8090/system/xu4"; // href="http://fins.lan:8090/system/xu4";
tooltip="XU4 on beszel"; tooltip="XU4 on beszel";
bgcolor = "#FFDEAD"; bgcolor = "#FFDEAD";
c0 [label = "caddy";]; c0 [label = "caddy";];
c1 [label = "basex-test:9090";href = "http://odroid.lan:9090";tooltip = "Basex 10.7";]; c1 [label = "basex-test:9090";href = "http://odroid.lan:9090";tooltip = "Basex 10.7";];
c2 [label = "tiddy-wiki:8088";href = "http://odroid.lan:8088";tooltip = "Tiddly wiki";]; c2 [label = "tiddy-wiki:8088";href = "http://odroid.lan:8088";tooltip = "Tiddly wiki";];
c5 [label = "wireshark:4000";href = "http://odroid.lan:4000";tooltip = "Wire shark";]; c5 [label = "wireshark:4000";href = "http://odroid.lan:4000";tooltip = "Wire shark";];
c4 [label = "wireguard:51820";tooltip = "VPN service";];
c6 [label = "redis-test:6379";tooltip = "Redis API";]; c6 [label = "redis-test:6379";tooltip = "Redis API";];
c7 [label = "pihole";href = "http://192.168.1.59";tooltip = "PiHole Ad blocker";]; c7 [label = "pihole";href = "http://192.168.1.59";tooltip = "PiHole Ad blocker";];
@ -81,7 +81,7 @@ digraph Thyme {
d5 [label = "beszel::8090";href = "http://fins.lan:8090/";tooltip = "beszel (main)";]; d5 [label = "beszel::8090";href = "http://fins.lan:8090/";tooltip = "beszel (main)";];
d6 [label = "shotcut::3100";href = "http://fins.lan:3100/";tooltip = "Video editor";]; d6 [label = "shotcut::3100";href = "http://fins.lan:3100/";tooltip = "Video editor";];
d7 [label = "fusionauth:9011";href = "http://fins.lan:9011/";tooltip = "Fusion auth";]; d7 [label = "fusionauth:9011";href = "http://fins.lan:9011/";tooltip = "Fusion auth";];
d8 [label = "windows:8006";href = "http://fins.lan:8006/";tooltip = "Windows";];
{rank=max; {rank=max;
fins_1 [label = "p";shape = "doubleoctagon"; width=1; fins_1 [label = "p";shape = "doubleoctagon"; width=1;
@ -118,10 +118,8 @@ digraph Thyme {
subgraph cluster_f { subgraph cluster_f {
label = "odroid-n2 (kodi,CoreELEC) 192.168.1.4"; label = "odroid-n2 (kodi,CoreELEC) 192.168.1.4";
rankdir="TB" rankdir="TB"
bgcolor = "#FFDEAD"; bgcolor = "#FFDEAD";
f1 [label = "kodi:8080";href = "http://odroid-n2:8080";tooltip = "kodi";]; f1 [label = "kodi:8080";href = "http://odroid-n2:8080";tooltip = "kodi";];
f2 [label = "beszel-agent";href = "http://fins.lan:8090/system/fins";tooltip = "Beszel agent";]; f2 [label = "beszel-agent";href = "http://fins.lan:8090/system/fins";tooltip = "Beszel agent";];
{rank=max; {rank=max;
@ -174,9 +172,12 @@ digraph Thyme {
subgraph cluster_h { subgraph cluster_h {
label = "Services"; label = "Services";
bgcolor = "#FFDEAD"; bgcolor = "#FFDEAD";
h1 [label = "printer 192.68.1.16";tooltip = "printer";]; h1 [label = "router 192.168.1.1";tooltip = "router";];
h2 [label = "voip 192.68.1.14";tooltip = "voip";]; h2 [label = "printer 192.68.1.16";
h3 [label = "router 192.168.1.1";tooltip = "router";]; href="http://[fe80::aa93:4aff:fe20:ec69]";tooltip = "printer";];
h3 [label = "voip 192.68.1.14";tooltip = "voip";];
h4 [label = "velvet 192.168.1.8";tooltip = "velvet";]; h4 [label = "velvet 192.168.1.8";tooltip = "velvet";];
} }
@ -199,7 +200,6 @@ digraph Thyme {
b5 -> e2; b5 -> e2;
b6 -> e7; b6 -> e7;
b7 -> g3; b7 -> g3;
vpn -> c4;
c0 -> d2 [style=invis;]; c0 -> d2 [style=invis;];
c0 -> f1 [style=invis;]; c0 -> f1 [style=invis;];
c0 -> e1 [style=invis;]; c0 -> e1 [style=invis;];