Skip to content

Instantly share code, notes, and snippets.

@mislav
Created September 12, 2025 10:41
Show Gist options
  • Save mislav/a4acc6b681bbea9b956b08af38646beb to your computer and use it in GitHub Desktop.
Save mislav/a4acc6b681bbea9b956b08af38646beb to your computer and use it in GitHub Desktop.
{
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