[mod] caddyfile
This commit is contained in:
parent
251151dc58
commit
7806f5ad73
@ -43,15 +43,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
# quodatum domain -------------------------------
|
# quodatum domain -------------------------------
|
||||||
quodatum.duckdns.org {
|
|
||||||
encode zstd gzip
|
|
||||||
root * quodatum
|
|
||||||
file_server browse
|
|
||||||
}
|
|
||||||
*.quodatum.duckdns.org {
|
*.quodatum.duckdns.org {
|
||||||
import duckdns
|
import duckdns
|
||||||
import auth_quodatum
|
import auth_quodatum
|
||||||
|
|
||||||
|
about.quodatum.duckdns.org {
|
||||||
|
encode zstd gzip
|
||||||
|
root * quodatum
|
||||||
|
file_server browse
|
||||||
|
}
|
||||||
|
|
||||||
@git host git.quodatum.duckdns.org
|
@git host git.quodatum.duckdns.org
|
||||||
handle @git {
|
handle @git {
|
||||||
@ -79,13 +79,16 @@ quodatum.duckdns.org {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
# orlop domain ------------------------------------
|
# orlop domain ------------------------------------
|
||||||
orlop.duckdns.org {
|
*.orlop.duckdns.org {
|
||||||
|
import duckdns
|
||||||
|
import auth
|
||||||
|
|
||||||
|
about.orlop.duckdns.org {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
root * orlop
|
root * orlop
|
||||||
file_server browse
|
file_server browse
|
||||||
}
|
}
|
||||||
*.orlop.duckdns.org {
|
|
||||||
import duckdns
|
|
||||||
@jellyfin host jellyfin.orlop.duckdns.org
|
@jellyfin host jellyfin.orlop.duckdns.org
|
||||||
handle @jellyfin {
|
handle @jellyfin {
|
||||||
import omv 8096
|
import omv 8096
|
||||||
@ -94,6 +97,10 @@ orlop.duckdns.org {
|
|||||||
handle @emby {
|
handle @emby {
|
||||||
import omv 8097
|
import omv 8097
|
||||||
}
|
}
|
||||||
|
@tvheadend host tvheadend.orlop.duckdns.org
|
||||||
|
handle @tvheadend {
|
||||||
|
import n2plus 8891
|
||||||
|
}
|
||||||
@test host test.orlop.duckdns.org
|
@test host test.orlop.duckdns.org
|
||||||
handle @test {
|
handle @test {
|
||||||
respond "test, test. Hello, world!"
|
respond "test, test. Hello, world!"
|
||||||
|
Loading…
Reference in New Issue
Block a user