You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
597 B
23 lines
597 B
default_config:
|
|
# For homeassistant v2021.7.0 and above add this http block
|
|
http:
|
|
use_x_forwarded_for: true
|
|
trusted_proxies:
|
|
- 192.168.0.171 # Add the IP address of the proxy server
|
|
panel_iframe:
|
|
configurator:
|
|
title: Configurator
|
|
icon: mdi:wrench
|
|
url: http://192.168.0.171:3218/
|
|
require_admin: true
|
|
nodered:
|
|
title: Node-Red
|
|
icon: mdi:shuffle-variant
|
|
url: http://192.168.0.171:1880/
|
|
require_admin: true
|
|
mqtt:
|
|
broker: 192.168.0.171
|
|
|
|
recorder:
|
|
db_url: mysql://homeassistant:ha_dbdatabasepassword@192.168.0.171/ha_db?charset=utf8
|
|
purge_keep_days: 30 |