[mod] network
This commit is contained in:
parent
ebf6e89e8c
commit
a398a4d8a1
2 changed files with 216 additions and 216 deletions
|
|
@ -2,9 +2,9 @@
|
|||
digraph saffron {
|
||||
compound = true;
|
||||
rankdir = LR;
|
||||
|
||||
fontname="Arial";
|
||||
|
||||
node [fontname = "helvetica"; shape = box;
|
||||
node [fontname = "Arial"; shape = box;
|
||||
style = filled; width = "2"; fillcolor = white; target = "saffron";];
|
||||
edge [fontname = "Arial";];
|
||||
ratio = "0.6";
|
||||
|
|
@ -33,7 +33,7 @@ digraph saffron {
|
|||
b5 [label = "jellyfin";href = "https://jellyfin.orlop.duckdns.org";tooltip = "Jellyfin";];
|
||||
b6 [label = "Immich";href = "https://immich.orlop.duckdns.org";tooltip = "Immich";];
|
||||
}
|
||||
vpn [shape = circle;width = "0.75";];
|
||||
vpn [shape = circle;width = "0.75";fillcolor="lightblue"];
|
||||
}
|
||||
|
||||
subgraph cluster_s {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue