http 350 B

123456789101112131415161718
  1. {
  2. "version": 1,
  3. "minor_version": 1,
  4. "key": "http",
  5. "data": {
  6. "use_x_forwarded_for": true,
  7. "trusted_proxies": [
  8. "172.20.0.0"
  9. ],
  10. "ip_ban_enabled": true,
  11. "login_attempts_threshold": 3,
  12. "server_port": 8123,
  13. "cors_allowed_origins": [
  14. "https://cast.home-assistant.io"
  15. ],
  16. "ssl_profile": "modern"
  17. }
  18. }