USDA Pecan IOT Facility first public backup

This commit is contained in:
2024-09-25 10:01:13 -04:00
commit bffaec3a88
700 changed files with 44564 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"
],
"server_host": [
"0.0.0.0",
"::"
],
"ssl_profile": "modern",
"use_x_frame_options": true,
"ip_ban_enabled": true,
"login_attempts_threshold": -1,
"server_port": 8123
}
}