homeassistant vm

This commit is contained in:
Mark Janssen 2024-09-18 23:57:02 +02:00
parent 92a051ad78
commit 51662e1dc3
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
3 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,12 @@
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"