bundles/homeassistant: fix website_check

This commit is contained in:
Franzi 2023-01-29 07:03:28 +01:00
parent ff8928dd0b
commit c717e86f70
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -54,8 +54,8 @@ def nginx(metadata):
'vhosts': {
'homeassistant': {
'domain': metadata.get('homeassistant/domain'),
'website_check_path': '/',
'website_check_string': 'Homeassistant',
'website_check_path': '/auth/authorize',
'website_check_string': 'Home Assistant',
'locations': {
'/': {
'target': 'http://127.0.0.1:8123',