Latest version

This commit is contained in:
Martin Bauer
2024-05-03 20:50:49 +02:00
parent a8b5c425a9
commit 62450e8dde
62 changed files with 42840 additions and 81367 deletions

View File

@@ -7,12 +7,17 @@
"trusted_proxies": [
"192.168.178.80"
],
"cors_allowed_origins": [
"https://cast.home-assistant.io"
"use_x_frame_options": true,
"server_host": [
"0.0.0.0",
"::"
],
"server_port": 8123,
"ssl_profile": "modern",
"login_attempts_threshold": -1,
"ip_ban_enabled": true,
"login_attempts_threshold": -1
"ssl_profile": "modern",
"cors_allowed_origins": [
"https://cast.home-assistant.io"
]
}
}