[mod] caddyfile
This commit is contained in:
parent
ec8c3f6b38
commit
322bf3170d
5 changed files with 51 additions and 20 deletions
|
|
@ -3,27 +3,38 @@
|
|||
admin 0.0.0.0:2015
|
||||
email bunce.andy@gmail.com
|
||||
# acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
|
||||
}
|
||||
|
||||
netdata.n2-plus.local {
|
||||
reverse_proxy n2-plus.local:9000
|
||||
}
|
||||
# quodatum
|
||||
*.quodatum.duckdns.org {
|
||||
tls {
|
||||
dns duckdns 428a1b3b-bc1d-4906-a230-9cd0a72fd06b
|
||||
}
|
||||
|
||||
code.n2-plus.local {
|
||||
reverse_proxy n2-plus.local:8443
|
||||
@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
|
||||
}
|
||||
}
|
||||
code4.n2-plus.local {
|
||||
reverse_proxy n2-plus.local:8444
|
||||
# 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
|
||||
}
|
||||
}
|
||||
|
||||
n2-plus.local {
|
||||
encode zstd gzip
|
||||
root links
|
||||
file_server browse
|
||||
}
|
||||
|
||||
fish.local {
|
||||
encode zstd gzip
|
||||
root .
|
||||
file_server browse
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue