mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 19:57:12 +00:00
fix
This commit is contained in:
parent
504d1ce7a0
commit
ecc5746a33
@ -35,33 +35,34 @@ servers:
|
|||||||
description: "List of servers"
|
description: "List of servers"
|
||||||
required: false
|
required: false
|
||||||
type: list
|
type: list
|
||||||
server_host:
|
keys:
|
||||||
description: "Only listen to incoming requests on specific IP/host. By default the `http` integration auto-detects IPv4/IPv6 and listens on all connections. Use `server_host: 0.0.0.0` if you want to only listen to IPv4 addresses. The default listed assumes support for IPv4 and IPv6."
|
server_host:
|
||||||
required: false
|
description: "Only listen to incoming requests on specific IP/host. By default the `http` integration auto-detects IPv4/IPv6 and listens on all connections. Use `server_host: 0.0.0.0` if you want to only listen to IPv4 addresses. The default listed assumes support for IPv4 and IPv6."
|
||||||
type: [list, string]
|
required: false
|
||||||
default: "0.0.0.0, ::"
|
type: [list, string]
|
||||||
server_port:
|
default: "0.0.0.0, ::"
|
||||||
description: Let you set a port to use.
|
server_port:
|
||||||
required: false
|
description: Let you set a port to use.
|
||||||
type: integer
|
required: false
|
||||||
default: 8123
|
type: integer
|
||||||
ssl_certificate:
|
default: 8123
|
||||||
description: Path to your TLS/SSL certificate to serve Home Assistant over a secure connection. If using the [Let's Encrypt add-on](https://github.com/home-assistant/addons/tree/master/letsencrypt) this will be at `/ssl/fullchain.pem`. We recommend to use the [NGINX add-on](https://github.com/home-assistant/addons/tree/master/nginx_proxy) instead of using this option.
|
ssl_certificate:
|
||||||
required: false
|
description: Path to your TLS/SSL certificate to serve Home Assistant over a secure connection. If using the [Let's Encrypt add-on](https://github.com/home-assistant/addons/tree/master/letsencrypt) this will be at `/ssl/fullchain.pem`. We recommend to use the [NGINX add-on](https://github.com/home-assistant/addons/tree/master/nginx_proxy) instead of using this option.
|
||||||
type: string
|
required: false
|
||||||
ssl_peer_certificate:
|
type: string
|
||||||
description: Path to the client/peer TLS/SSL certificate to accept secure connections from.
|
ssl_peer_certificate:
|
||||||
required: false
|
description: Path to the client/peer TLS/SSL certificate to accept secure connections from.
|
||||||
type: string
|
required: false
|
||||||
ssl_key:
|
type: string
|
||||||
description: Path to your TLS/SSL key to serve Home Assistant over a secure connection. If using the [Let's Encrypt add-on](https://github.com/home-assistant/addons/tree/master/letsencrypt) this will be at `/ssl/privkey.pem`.
|
ssl_key:
|
||||||
required: false
|
description: Path to your TLS/SSL key to serve Home Assistant over a secure connection. If using the [Let's Encrypt add-on](https://github.com/home-assistant/addons/tree/master/letsencrypt) this will be at `/ssl/privkey.pem`.
|
||||||
type: string
|
required: false
|
||||||
ssl_profile:
|
type: string
|
||||||
description: The [Mozilla SSL profile](https://wiki.mozilla.org/Security/Server_Side_TLS) to use. Only lower if you are experiencing integrations causing SSL handshake errors.
|
ssl_profile:
|
||||||
required: false
|
description: The [Mozilla SSL profile](https://wiki.mozilla.org/Security/Server_Side_TLS) to use. Only lower if you are experiencing integrations causing SSL handshake errors.
|
||||||
type: string
|
required: false
|
||||||
default: modern
|
type: string
|
||||||
|
default: modern
|
||||||
cors_allowed_origins:
|
cors_allowed_origins:
|
||||||
description: "A list of origin domain names to allow [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing) requests from. Enabling this will set the `Access-Control-Allow-Origin` header to the Origin header if it is found in the list, and the `Access-Control-Allow-Headers` header to `Origin, Accept, X-Requested-With, Content-type, Authorization`. You must provide the exact Origin, i.e., `https://www.home-assistant.io` will allow requests from `https://www.home-assistant.io` but __not__ `http://www.home-assistant.io`."
|
description: "A list of origin domain names to allow [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing) requests from. Enabling this will set the `Access-Control-Allow-Origin` header to the Origin header if it is found in the list, and the `Access-Control-Allow-Headers` header to `Origin, Accept, X-Requested-With, Content-type, Authorization`. You must provide the exact Origin, i.e., `https://www.home-assistant.io` will allow requests from `https://www.home-assistant.io` but __not__ `http://www.home-assistant.io`."
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user