Setup TrueNAS through Caddy

This commit is contained in:
Annika Merris 2026-01-26 00:29:44 +00:00
parent 5e76ceab24
commit b7c3350bde

View file

@ -56,3 +56,10 @@ ha.local.cobb.lgbt {
ntfy.local.cobb.lgbt { ntfy.local.cobb.lgbt {
reverse_proxy 10.69.2.52:8085 reverse_proxy 10.69.2.52:8085
} }
truenas.local.cobb.lgbt {
reverse_proxy 10.69.2.20:443 {
transport http {
tls_insecure_skip_verify
}
}
}