diff --git a/caddy/site/quodatum/network.svg b/caddy/site/quodatum/network.svg
index 4001acd..68939de 100644
--- a/caddy/site/quodatum/network.svg
+++ b/caddy/site/quodatum/network.svg
@@ -64,16 +64,16 @@
-
-tiddy-wiki:8088
+
+tiddy-wiki:8088
-
-
+
+
@@ -228,17 +228,17 @@
vpn
-
-
+
+
-
+
-redis-test:6379
+wireguard:51820
-
-
+
+
@@ -291,28 +291,28 @@
-
-
+
+
-
+
-tiddy-wiki:8088
+wireshark:4000
-
-
+
+
-
-
-wireguard:4000
+
+
+redis-test:6379
-
+
pihole
diff --git a/caddy/site/quodatum/saffron.gv b/caddy/site/quodatum/saffron.gv
index d0cd06d..a2055f9 100644
--- a/caddy/site/quodatum/saffron.gv
+++ b/caddy/site/quodatum/saffron.gv
@@ -44,11 +44,11 @@ digraph saffron {
c0 [label = "caddy";];
c1 [label = "basex-test:9090";href = "http://odroid.local:9090";tooltip = "Basex 10.7";];
c2 [label = "tiddy-wiki:8088";href = "http://odroid.local:8088";tooltip = "Tiddly wiki";];
+ c5 [label = "wireshark:4000";href = "http://odroid.local:4000";tooltip = "Wire shark";];
+ c4 [label = "wireguard:51820";tooltip = "VPN service";];
- c4 [label = "tiddy-wiki:8088";href = "http://odroid.local:8088";tooltip = "Tiddly wiki";];
- c5 [label = "wireguard:4000";href = "http://odroid.local:4000";tooltip = "Wire shark";];
- c6 [label = "redis-test:6379";href = "http://odroid.local:6379";tooltip = "Redis";];
- c7 [label = "pihole";href = "http://192.168.1.59";];
+ c6 [label = "redis-test:6379";tooltip = "Redis API";];
+ c7 [label = "pihole";href = "http://192.168.1.59";tooltip="PiHole Ad blocker"];
}
subgraph cluster_d {
label = "fins";
@@ -87,7 +87,7 @@ digraph saffron {
b3 -> g1;
b4 -> e3;
b5 -> e2;
- vpn -> c6;
+ 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";];