[mod] remove auth jellyfin and emby
This commit is contained in:
parent
47c67bf8ec
commit
926612eee5
3 changed files with 8 additions and 8 deletions
|
@ -135,12 +135,10 @@ orlop.duckdns.org {
|
||||||
|
|
||||||
@jellyfin host jellyfin.orlop.duckdns.org
|
@jellyfin host jellyfin.orlop.duckdns.org
|
||||||
handle @jellyfin {
|
handle @jellyfin {
|
||||||
import auth
|
|
||||||
import omv 8096
|
import omv 8096
|
||||||
}
|
}
|
||||||
@emby host emby.orlop.duckdns.org
|
@emby host emby.orlop.duckdns.org
|
||||||
handle @emby {
|
handle @emby {
|
||||||
import auth
|
|
||||||
import omv 8097
|
import omv 8097
|
||||||
}
|
}
|
||||||
@photoprism host photoprism.orlop.duckdns.org
|
@photoprism host photoprism.orlop.duckdns.org
|
||||||
|
|
|
@ -2,7 +2,7 @@ services:
|
||||||
caddy:
|
caddy:
|
||||||
image: caddy-saffron:1.0.7
|
image: caddy-saffron:1.0.7
|
||||||
build: .
|
build: .
|
||||||
container_name: caddy
|
container_name: caddy-saffron
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
|
|
|
@ -68,14 +68,16 @@ digraph saffron {
|
||||||
}
|
}
|
||||||
subgraph cluster_f {
|
subgraph cluster_f {
|
||||||
label = "odroid-n2";
|
label = "odroid-n2";
|
||||||
|
rankdir=TB
|
||||||
bgcolor = "#FFDEAD";
|
bgcolor = "#FFDEAD";
|
||||||
f1 [label = "kodi:8080";href = "http://odroid-n2:8080";tooltip = "kodi";];
|
f1 [label = "kodi:8080";href = "http://odroid-n2:8080";tooltip = "kodi";];
|
||||||
subgraph x {
|
rank=max;
|
||||||
|
|
||||||
x1 [label = "p";shape = "oval";href = "https://odroid-n2:9443";tooltip = "portainer"; fillcolor=yellow ;];
|
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 ;];
|
x2 [label = "n";shape = "oval";href = "http://odroid-n2:19999";tooltip = "netdata"; fillcolor=yellow ;];
|
||||||
x1->x2[style=invis]
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
subgraph cluster_g {
|
subgraph cluster_g {
|
||||||
label = "n2-plus";
|
label = "n2-plus";
|
||||||
|
|
Loading…
Add table
Reference in a new issue