Update README.md

This commit is contained in:
Paulus Schoutsen 2017-05-03 21:39:38 -07:00 committed by GitHub
parent 303e741289
commit e6e1367cd6

View File

@ -1,13 +1,18 @@
# HassIO
First private cloud solution for home automation.
### First private cloud solution for home automation.
It is a docker image (supervisor) they manage HomeAssistant docker and give a interface to control itself over UI. It have a own eco system with addons to extend the functionality in a easy way.
Hass.io is a Docker based system for managing your Home Assistant installation and related applications. The system is controlled via Home Assistant which communicates with the supervisor. The supervisor provides an API to manage the installation. This includes changing network settings or installing and updating software.
![](misc/hassio.png?raw=true)
[HassIO-Addons](https://github.com/home-assistant/hassio-addons) | [HassIO-Build](https://github.com/home-assistant/hassio-build)
**HassIO is at the moment on development and not ready to use productive!**
**HassIO is under active development and is not ready yet for production use.**
## Installing Hass.io
- Generic Linux installation: https://github.com/home-assistant/hassio-build/tree/master/install
- Hardware Images: https://github.com/home-assistant/hassio-build/blob/master/meta-hassio/
## Feature in progress
- Backup/Restore
@ -17,14 +22,10 @@ It is a docker image (supervisor) they manage HomeAssistant docker and give a in
## SSL
All addons they can create SSL certs do that in same schema. So you can put follow lines to your `configuration.yaml`.
All addons that create SSL certs follow the same file structure. If you use one, put follow lines in your `configuration.yaml`.
```yaml
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
```
## Install on a own System
- Generic Linux installation: https://github.com/home-assistant/hassio-build/tree/master/install
- Hardware Images: https://github.com/home-assistant/hassio-build/blob/master/meta-hassio/