Directory .storage first only commit

This commit is contained in:
2024-10-25 22:13:58 +02:00
parent 5433344811
commit 6d4aa2efde
40 changed files with 41718 additions and 0 deletions

19
.storage/http Normal file
View File

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