homassistant #56

Merged
kunsi merged 6 commits from homassistant into main 2022-12-24 17:32:39 +00:00
2 changed files with 5 additions and 4 deletions
Showing only changes of commit df303b3487 - Show all commits

View file

@ -58,6 +58,7 @@ def nginx(metadata):
'locations': {
'/': {
'target': 'http://127.0.0.1:8123',
'websockets': True,
},
},
},

View file

@ -1,7 +1,7 @@
hostname = "172.19.138.25"
bundles = [
'homeassistant',
'nginx'
'homeassistant',
'nginx'
]
groups = ["debian-bullseye"]
@ -23,8 +23,8 @@ version = '2022.12.8'
[metadata.nginx]
restrict-to = [
'172.19.136.0/25',
'172.19.138.0/24',
'172.19.136.0/25',
'172.19.138.0/24',
]
[metadata.nginx.vhosts.homeassistant]