12 lines
285 B
YAML
12 lines
285 B
YAML
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"
|