http 463 B

123456789101112131415161718192021222324
  1. {
  2. "version": 1,
  3. "minor_version": 1,
  4. "key": "http",
  5. "data": {
  6. "ip_ban_enabled": true,
  7. "login_attempts_threshold": 5,
  8. "use_x_forwarded_for": true,
  9. "trusted_proxies": [
  10. "192.168.0.30",
  11. "192.168.0.31"
  12. ],
  13. "server_host": [
  14. "0.0.0.0",
  15. "::"
  16. ],
  17. "ssl_profile": "modern",
  18. "use_x_frame_options": true,
  19. "cors_allowed_origins": [
  20. "https://cast.home-assistant.io"
  21. ],
  22. "server_port": 8123
  23. }
  24. }