[mod] remove auth jellyfin and emby

This commit is contained in:
Andy Bunce 2025-02-22 17:49:18 +00:00
parent 47c67bf8ec
commit 926612eee5
3 changed files with 8 additions and 8 deletions

View file

@ -135,12 +135,10 @@ orlop.duckdns.org {
@jellyfin host jellyfin.orlop.duckdns.org
handle @jellyfin {
import auth
import omv 8096
}
@emby host emby.orlop.duckdns.org
handle @emby {
import auth
import omv 8097
}
@photoprism host photoprism.orlop.duckdns.org

View file

@ -2,7 +2,7 @@ services:
caddy:
image: caddy-saffron:1.0.7
build: .
container_name: caddy
container_name: caddy-saffron
restart: unless-stopped
ports:
- 80:80

View file

@ -68,14 +68,16 @@ digraph saffron {
}
subgraph cluster_f {
label = "odroid-n2";
rankdir=TB
bgcolor = "#FFDEAD";
f1 [label = "kodi:8080";href = "http://odroid-n2:8080";tooltip = "kodi";];
subgraph x {
x1 [label = "p";shape = "oval";href = "https://odroid-n2:9443";tooltip = "portainer"; fillcolor=yellow ;];
rank=max;
x1 [label = "p";shape = "oval"; area=0.1 href = "https://odroid-n2:9443";tooltip = "portainer"; fillcolor=yellow ;];
x2 [label = "n";shape = "oval";href = "http://odroid-n2:19999";tooltip = "netdata"; fillcolor=yellow ;];
x1->x2[style=invis]
}
}
subgraph cluster_g {
label = "n2-plus";