homeassistant-config/.storage/http

23 lines
444 B
Plaintext
Raw Normal View History

2021-09-18 07:04:51 +02:00
{
2022-08-28 22:33:35 +02:00
"version": 1,
"minor_version": 1,
"key": "http",
"data": {
"use_x_forwarded_for": true,
"trusted_proxies": [
"192.168.178.80"
],
2024-05-03 20:50:49 +02:00
"use_x_frame_options": true,
"server_host": [
"0.0.0.0",
"::"
2022-08-28 22:33:35 +02:00
],
2023-01-03 20:42:39 +01:00
"server_port": 8123,
2024-05-03 20:50:49 +02:00
"login_attempts_threshold": -1,
2023-01-03 20:42:39 +01:00
"ip_ban_enabled": true,
2024-05-03 20:50:49 +02:00
"ssl_profile": "modern",
"cors_allowed_origins": [
"https://cast.home-assistant.io"
]
2022-08-28 22:33:35 +02:00
}
2021-09-18 07:04:51 +02:00
}