Started to switch from fhem to ccu
This commit is contained in:
18
.storage/http
Normal file
18
.storage/http
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"key": "http",
|
||||
"data": {
|
||||
"base_url": "https://ha.bauer.tech",
|
||||
"use_x_forwarded_for": true,
|
||||
"trusted_proxies": [
|
||||
"192.168.178.80"
|
||||
],
|
||||
"server_port": 8123,
|
||||
"ssl_profile": "modern",
|
||||
"login_attempts_threshold": -1,
|
||||
"ip_ban_enabled": true,
|
||||
"cors_allowed_origins": [
|
||||
"https://cast.home-assistant.io"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user