20 lines
778 B
YAML
20 lines
778 B
YAML
http:
|
|
# For extra security set this to only accept connections on localhost if NGINX is on the same machine
|
|
# Uncommenting this will mean that you can only reach Home Assistant using the proxy, not directly via IP from other clients.
|
|
# server_host: 127.0.0.1
|
|
use_x_forwarded_for: true
|
|
# You must set the trusted proxy IP address so that Home Assistant will properly accept connections
|
|
# Set this to your NGINX machine IP, or localhost if hosted on the same machine.
|
|
trusted_proxies: 192.168.0.101
|
|
|
|
# Loads default set of integrations. Do not remove.
|
|
default_config:
|
|
|
|
# Load frontend themes from the themes folder
|
|
frontend:
|
|
themes: !include_dir_merge_named themes
|
|
|
|
automation: !include automations.yaml
|
|
script: !include scripts.yaml
|
|
scene: !include scenes.yaml
|