mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-27 04:26:49 +00:00
784 B
784 B
layout, title, description, date, sidebar, comments, sharing, footer, ha_category
layout | title | description | date | sidebar | comments | sharing | footer | ha_category |
---|---|---|---|---|---|---|---|---|
component | HTTP | Offers a web framework to serve files. | 2015-12-06 21:35 | true | false | true | true | Other |
The HTTP component serves all files and data required for the Home Assistant frontend. You only need to add this to your configuration file if you want to change any of the default settings.
# Example configuration.yaml entry
http:
# Optional, protect Home Assistant with a password
api_password: XXX
# Optional, disable caching and load unvulcanized assets
development: 1
# Optional, serve Home Assistant over a secure connection
ssl_certificate: /etc/letsencrypt/live/hass.example.com/fullchain.pem
ssl_key: /etc/letsencrypt/live/hass.example.com/privkey.pem