41 lines
760 B
Caddyfile
41 lines
760 B
Caddyfile
# caddyfile dec 2021
|
|
{
|
|
admin 0.0.0.0:2015
|
|
email bunce.andy@gmail.com
|
|
# acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
|
|
|
|
}
|
|
# quodatum
|
|
*.quodatum.duckdns.org {
|
|
tls {
|
|
dns duckdns 428a1b3b-bc1d-4906-a230-9cd0a72fd06b
|
|
}
|
|
|
|
@git host git.quodatum.duckdns.org
|
|
handle @git {
|
|
reverse_proxy omv.local:8300
|
|
}
|
|
@wiki host wiki.quodatum.duckdns.org
|
|
handle @git {
|
|
reverse_proxy omv.local:8300
|
|
}
|
|
# Fallback for otherwise unhandled domains
|
|
handle {
|
|
abort
|
|
}
|
|
}
|
|
# orlop
|
|
*.orlop.duckdns.org {
|
|
tls {
|
|
dns duckdns 428a1b3b-bc1d-4906-a230-9cd0a72fd06b
|
|
}
|
|
@jellyfin host jellyfin.orlop.duckdns.org
|
|
handle @jellyfin {
|
|
reverse_proxy omv.local:8096
|
|
}
|
|
# Fallback for otherwise unhandled domains
|
|
handle {
|
|
abort
|
|
}
|
|
}
|