[mod] caddy recipes

This commit is contained in:
Andy Bunce 2025-05-06 18:37:41 +01:00
parent 49adc8630e
commit c6273529c5
2 changed files with 291 additions and 265 deletions

View file

@ -34,6 +34,7 @@ digraph saffron {
b4 [label = "emby";href = "https://emby.orlop.duckdns.org";tooltip = "Emby";];
b5 [label = "jellyfin";href = "https://jellyfin.orlop.duckdns.org";tooltip = "Jellyfin";];
b6 [label = "Immich";href = "https://immich.orlop.duckdns.org";tooltip = "Immich";];
b7 [label = "recipes";href = "https://recipes.orlop.duckdns.org";tooltip = "Mealie";];
}
vpn [shape = circle;width = "0.75";fillcolor="lightblue"];
}
@ -122,7 +123,7 @@ digraph saffron {
f2 [label = "beszel-agent";href = "http://fins.local:8090/system/fins";tooltip = "Beszel agent";];
{rank=max;
odroid_n2_1 [label = "p";shape = "doubleoctagon"; width=1;
href = "http://odroid-n2:9000";tooltip = "portainer"; fillcolor=yellow ;];
href = "https://odroid-n2.local:9443";tooltip = "portainer"; fillcolor=yellow ;];
odroid_n2_2 [label = "b";shape = "doubleoctagon"; width=1;
href = "http://fins.local:8090/system/kodi";tooltip = "beszel"; fillcolor=yellow ;];
}
@ -142,7 +143,7 @@ digraph saffron {
g4 [label = "ntopng:3000";href = "http://n2-plus.local:3000";tooltip = "ntop ng";];
g5 [label = "code-server:8444";href = "http://n2-plus.local:8444";tooltip = "codeserver";];
g6 [label = "forgejo:8300";href = "http://n2-plus.local:8300";tooltip = "forgejo";];
{rank=max;
n2_plus_1 [label = "p";shape = "doubleoctagon"; width=1;
href = "https://n2-plus.local:9443";tooltip = "portainer"; fillcolor=yellow ;];
@ -171,12 +172,13 @@ digraph saffron {
b4 -> e3;
b5 -> e2;
b6 -> e7;
b7 -> g3;
vpn -> c4;
c0 -> d2 [style=invis;];
c0 -> f1 [style=invis;];
c0 -> e1 [style=invis;];
c0 -> g1 [style=invis;];
f2 -> d5 ;
d5 -> f2 ;
}