mod: additions

This commit is contained in:
Andy Bunce 2026-04-07 11:18:28 +01:00
parent f4947ea363
commit f158617754
2 changed files with 231 additions and 219 deletions

View file

@ -55,11 +55,9 @@ digraph Thyme {
c0 [label = "caddy";];
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";];
c5 [label = "wireshark:4000";href = "http://odroid.lan:4000";tooltip = "Wire shark";];
c5 [label = "wireshark:4000";href = "http://odroid.lan:4000";tooltip = "Wire shark";];
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/admin";tooltip = "PiHole Ad blocker";];
{rank=max;
xu4_1 [label = "p";shape = "doubleoctagon"; width=1;
@ -160,6 +158,7 @@ digraph Thyme {
bgcolor = "#FFDEAD";
i1 [label = "openwebui:3001";href = "http://evo-x2.lan:3001";tooltip = "Openwebui";];
i2 [label = "comfy:8188";href = "http://evo-x2.lan:8188";tooltip = "Comfy";];
i3 [label = "llama:8877";href = "http://evo-x2.lan:8877";tooltip = "Llama";];
{rank=max;
evo_x2_1 [label = "p";shape = "doubleoctagon"; width=1;
href = "https://evo-x2.lan:9443";tooltip = "portainer"; fillcolor=yellow ;];
@ -172,13 +171,17 @@ digraph Thyme {
subgraph cluster_h {
label = "Services";
bgcolor = "#FFDEAD";
h1 [label = "router 192.168.1.1";tooltip = "router";];
h1 [label = "router 192.168.1.1";tooltip = "router";
href="http://192.168.1.1";];
h2 [label = "printer 192.68.1.16";
href="http://[fe80::aa93:4aff:fe20:ec69]";tooltip = "printer";];
href="http://[fe80::aa93:4aff:fe20:ec69]";tooltip = "printer";
];
h3 [label = "voip 192.68.1.14";tooltip = "voip";];
h3 [label = "voip 192.68.1.14";tooltip = "voip";
ref="http://192.168.1.14";];
h4 [label = "velvet 192.168.1.8";tooltip = "velvet";];
h4 [label = "velvet 192.168.1.8";tooltip = "velvet";
ref="http://192.168.1.8";];
}