[mod] caddyfile

This commit is contained in:
Andy Bunce 2022-04-13 12:36:09 +01:00
parent 251151dc58
commit 7806f5ad73
1 changed files with 16 additions and 9 deletions

View File

@ -43,15 +43,15 @@
}
}
# quodatum domain -------------------------------
quodatum.duckdns.org {
encode zstd gzip
root * quodatum
file_server browse
}
*.quodatum.duckdns.org {
import duckdns
import auth_quodatum
about.quodatum.duckdns.org {
encode zstd gzip
root * quodatum
file_server browse
}
@git host git.quodatum.duckdns.org
handle @git {
@ -79,13 +79,16 @@ quodatum.duckdns.org {
}
}
# orlop domain ------------------------------------
orlop.duckdns.org {
*.orlop.duckdns.org {
import duckdns
import auth
about.orlop.duckdns.org {
encode zstd gzip
root * orlop
file_server browse
}
*.orlop.duckdns.org {
import duckdns
@jellyfin host jellyfin.orlop.duckdns.org
handle @jellyfin {
import omv 8096
@ -94,6 +97,10 @@ orlop.duckdns.org {
handle @emby {
import omv 8097
}
@tvheadend host tvheadend.orlop.duckdns.org
handle @tvheadend {
import n2plus 8891
}
@test host test.orlop.duckdns.org
handle @test {
respond "test, test. Hello, world!"