feat: update Unifi Network Application configuration and add new reverse proxy settings
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 42s
Nix Format Check / check-format (push) Failing after 1m42s
Python Lint Check / check-python (push) Failing after 26s

This commit is contained in:
2025-07-20 19:14:51 +02:00
parent 546e888bdb
commit f59767597b
4 changed files with 31 additions and 6 deletions

View File

@@ -100,6 +100,28 @@ home.vleeuwen.me {
tls {{ caddy_email }}
}
unifi.mvl.sh {
reverse_proxy unifi-controller:8443 {
transport http {
tls_insecure_skip_verify
}
header_up Host {host}
header_up X-Forwarded-Proto https
}
}
hotspot.mvl.sh {
reverse_proxy unifi-controller:8843 {
transport http {
tls_insecure_skip_verify
}
}
}
hotspot.mvl.sh:80 {
reverse_proxy unifi-controller:8880
}
bin.mvl.sh {
import country_block
reverse_proxy privatebin:8080