1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-05-08 17:08:36 +01:00
Pascal Vizeli 1edec61133 Add Ingress support (#991)
* Add Ingress support to supervisor

* Update security

* cleanup add-on extraction

* update description

* fix header part

* fix

* Fix header check

* fix tox

* Migrate docker interface typing

* Update home assistant to new docker

* Migrate supervisor

* Fix host add-on problem

* Update hassos

* Update API

* Expose data to API

* Check on API ingress support

* Add ingress URL

* Some cleanups

* debug

* disable uvloop

* Fix issue

* test

* Fix bug

* Fix flow

* Fix interface

* Fix network

* Fix metadata

* cleanups

* Fix exception

* Migrate to token system

* Fix webui

* Fix update

* Fix relaod

* Update log messages

* Attach ingress url only if enabled

* Cleanup ingress url handling

* Ingress update

* Support check version

* Fix raise error

* Migrate default port

* Fix junks

* search error

* Fix content filter

* Add debug

* Update log

* Update flags

* Update documentation

* Cleanup debugs

* Fix lint

* change default port to 8099

* Fix lint

* fix lint
2019-04-05 12:13:44 +02:00
2019-04-01 13:57:42 +02:00
2019-04-05 12:13:44 +02:00
2018-01-10 22:27:47 +01:00
2019-04-01 16:58:58 +02:00
2018-09-17 21:03:14 +02:00
2018-09-29 19:49:08 +02:00
2018-11-20 12:25:45 +01:00
2019-04-05 12:13:44 +02:00
2017-07-23 12:11:44 -07:00
2017-05-08 00:44:07 +02:00
2019-04-05 12:13:44 +02:00
2018-11-20 10:56:19 +01:00
2019-03-11 14:03:28 +01:00
2019-04-05 12:13:44 +02:00
2019-04-05 12:13:44 +02:00

Hass.io

First private cloud solution for home automation

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.

Installation

Installation instructions can be found at https://home-assistant.io/hassio.

Development

The development of the supervisor is a bit tricky. Not difficult but tricky.

  • You can use the builder to build your supervisor: https://github.com/home-assistant/hassio-build/tree/master/builder
  • Go into a HassOS device or VM and pull your supervisor.
  • Set the developer modus on updater.json
  • Tag it as homeassistant/xy-hassio-supervisor:latest
  • Restart the service like systemctl restart hassos-supervisor | journalctl -fu hassos-supervisor
  • Test your changes

Small Bugfix or improvements, make a PR. Significant change makes first an RFC.

Languages
Python 95.6%
JavaScript 4.3%