Created
September 12, 2025 10:41
-
-
Save mislav/a4acc6b681bbea9b956b08af38646beb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| email [email protected] | |
| } | |
| *.mislav.net { | |
| tls { | |
| # xcaddy build --with github.com/caddy-dns/dnsimple | |
| dns dnsimple {env.DNSIMPLE_API_TOKEN} | |
| } | |
| request_body { | |
| max_size 10MB | |
| } | |
| } | |
| home.mislav.net { | |
| reverse_proxy homeassistant.local.hass.io:8123 { | |
| header_down Strict-Transport-Security "max-age=31536000; includeSubDomains" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment