12 lines
486 B
YAML
12 lines
486 B
YAML
|
# https://home-assistant.io/components/http/
|
||
|
# ssl_certificate: !secret http_ssl_certificate
|
||
|
# ssl_key: !secret http_ssl_key
|
||
|
# base_url: !secret http_base_url
|
||
|
# ip_ban_enabled: False
|
||
|
# login_attempts_threshold: 5
|
||
|
# base_url: https://ha238.kebler.net
|
||
|
#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 Caddy machine IP, or localhost if hosted on the same machine.
|
||
|
#trusted_proxies: 127.0.0.1
|