[add] mealie

This commit is contained in:
Andy Bunce 2025-03-24 17:03:03 +00:00
parent 8307b2af5d
commit 20bdc301f6
3 changed files with 246 additions and 200 deletions

View file

@ -3,7 +3,7 @@ digraph saffron {
compound = true;
rankdir = LR;
fontname="Arial";
bgcolor=lightgrey;
node [fontname = "Arial"; shape = box;
style = filled; width = "2"; fillcolor = white; target = "saffron";];
edge [fontname = "Arial";];
@ -13,7 +13,7 @@ digraph saffron {
label = "The Internet ";
fontsize = "40";
node[fontsize=36;]
bgcolor=white;
bgcolor=lightgrey;
subgraph cluster_a {
label = "quodatum.duckdns.org";
bgcolor = "#BDFFA4";
@ -40,7 +40,7 @@ digraph saffron {
subgraph cluster_s {
label = "Saffron @ 80.229.26.80";
fontsize = "30";
bgcolor=white;
bgcolor=lightgrey;
subgraph cluster_c {
label = "xu4";
href="http://fins.local:8090/system/xu4";
@ -148,7 +148,13 @@ digraph saffron {
n2_plus_1 -> g1[style=invis];
n2_plus_2 -> g1[style=invis];
}
subgraph cluster_h {
label = "velvet";
bgcolor = "#FFDEAD";
foo
}
}
a2 -> c0;
b1 -> c0;
a1 -> c2;