[fix/ local domain

This commit is contained in:
Andy Bunce 2025-02-25 16:59:04 +00:00
parent 5f070e9e55
commit a7c920135a
2 changed files with 153 additions and 153 deletions

View file

@ -85,10 +85,10 @@ digraph saffron {
subgraph cluster_g {
label = "n2-plus";
bgcolor = "#FFDEAD";
g1 [label = "tvheadend:9981";href = "http://n2-plus:9981";tooltip = "tvheadend";];
g2 [label = "portainer:9443";href = "https://n2-plus:9443";tooltip = "portainer";];
g3 [label = "netdata:19999";href = "http://n2-plus:19999";tooltip = "netdata";];
g4 [label = "ntopng:3000";href = "http://n2-plus:3000";tooltip = "ntop ng";];
g1 [label = "tvheadend:9981";href = "http://n2-plus.local:9981";tooltip = "tvheadend";];
g2 [label = "portainer:9443";href = "https://n2-plus.local:9443";tooltip = "portainer";];
g3 [label = "netdata:19999";href = "http://n2-plus.local:19999";tooltip = "netdata";];
g4 [label = "ntopng:3000";href = "http://n2-plus.local:3000";tooltip = "ntop ng";];
}
}
a2 -> c0;