[mod] caddy immich

This commit is contained in:
Andy Bunce 2025-03-09 21:41:21 +00:00
parent d3f3e410f8
commit 586e0036c1
3 changed files with 86 additions and 73 deletions

View file

@ -28,9 +28,9 @@ digraph saffron {
b1 [label = "about";href = "https://about.orlop.duckdns.org";tooltip = "about";];
b2 [label = "kodi";href = "https://kodi.orlop.duckdns.org";tooltip = "Kodi";];
b3 [label = "tvheadend";href = "https://tvheadend.orlop.duckdns.org";tooltip = "TV headend";];
href = "https://tvheadend.orlop.duckdns.org";
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";];
}
vpn [shape = circle;width = "0.75";];
}
@ -56,7 +56,7 @@ digraph saffron {
d2 [label = "olama:11434";href = "http://fins.local:11434/";tooltip = "Ollama (AI)";];
d4 [label = "openwebui:3001";href = "http://fins.local:3001/";tooltip = "Open WebUI";];
d5 [label = "beszel::8090";href = "http://fins.local:8090/";tooltip = "monitor";];
d6 [label = "shotcut::3100";href = "http://fins.local:3100/";tooltip = "Vidio editor";];
d6 [label = "shotcut::3100";href = "http://fins.local:3100/";tooltip = "Vidio editor";];
}
subgraph cluster_e {
label = "omv";
@ -67,7 +67,7 @@ digraph saffron {
e4 [label = "omv:81";href = "http://omv.local:81";tooltip = "Open media vault";];
e5 [label = "vikunja:3456";href = "http://omv.local:3456/";tooltip = "Vikunja";];
e6 [label = "dockge:5001";href = "http://omv.local:5001/";tooltip = "dockge";];
e7 [label = "nextcloud:8090";href = "http://omv.local:8090/";tooltip = "next cloud";];
e7 [label = "immich:2283";href = "http://omv.local:8090/";tooltip = "Photos";];
}
subgraph cluster_f {
label = "odroid-n2";
@ -99,6 +99,7 @@ digraph saffron {
b3 -> g1;
b4 -> e3;
b5 -> e2;
b6 -> e7;
vpn -> c4;
c0 -> d2 [ltail = "cluster_c"; lhead = "cluster_d"; style = "dotted";];
c0 -> f1 [ltail = "cluster_c"; lhead = "cluster_f"; style = "dotted";];