Files
homeassistant/.storage/http
2024-12-18 13:26:06 +01:00

25 lines
487 B
Plaintext

{
"version": 1,
"minor_version": 1,
"key": "http",
"data": {
"use_x_forwarded_for": true,
"trusted_proxies": [
"192.168.178.77",
"192.168.178.2",
"172.17.0.0"
],
"server_port": 8123,
"use_x_frame_options": true,
"cors_allowed_origins": [
"https://cast.home-assistant.io"
],
"ip_ban_enabled": true,
"ssl_profile": "modern",
"server_host": [
"0.0.0.0",
"::"
],
"login_attempts_threshold": -1
}
}