First commit

This commit is contained in:
2024-12-18 13:26:06 +01:00
commit 96830baee3
2568 changed files with 363730 additions and 0 deletions

25
.storage/http Normal file
View File

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