home.hass add metadata

This commit is contained in:
Sophie Schiller 2022-12-22 17:53:10 +01:00
parent c407a4520a
commit 107fd6872b
2 changed files with 58 additions and 1 deletions

View file

@ -1,5 +1,8 @@
hostname = "172.19.138.25"
bundles = []
bundles = [
'homeassistant',
'nginx'
]
groups = ["debian-bullseye"]
[metadata.backups]
@ -13,3 +16,16 @@ ipv6_accept_ra = true
[metadata.vm]
cpu = 2
ram = 2
[metadata.homeassistant]
domain = 'hass.home.kunbox.net'
version = '2022.12.8'
[metadata.nginx]
restrict-to = [
'172.19.136.0/25',
'172.19.138.0/24',
]
[metadata.nginx.vhosts.homeassistant]
ssl = '_.home.kunbox.net'