working 2.0 clone

This commit is contained in:
root
2024-10-01 14:06:39 +00:00
commit 873064d680
704 changed files with 46961 additions and 0 deletions

19
.storage/http Normal file
View File

@@ -0,0 +1,19 @@
{
"version": 1,
"minor_version": 1,
"key": "http",
"data": {
"ssl_profile": "modern",
"ip_ban_enabled": true,
"cors_allowed_origins": [
"https://cast.home-assistant.io"
],
"server_port": 8123,
"server_host": [
"0.0.0.0",
"::"
],
"use_x_frame_options": true,
"login_attempts_threshold": -1
}
}