acme_bootstrap_certs: yes
acme_san_domains:
  - [ homeassistant.bitlair.nl ]

group_nft_input:
  - "# Allow web-traffic from world"
  - "tcp dport { http, https } accept"
  - "# mqtt from world"
  - "tcp dport { 1883 } accept"

nginx_sites:
  - server_name: "homeassistant.bitlair.nl"
    localproxy: "8123"
    snippets: 
      - "homeassistant-nginx.j2"