Files
addons/configurator/build.json
Pascal Vizeli e4268b81e1 Configurator migration to new ingress (#560)
* Migrate to new ingress

* Update chmod

* Fix path

* Update handling

* Fix http lua

* Add auth flag

* Use hyprid

* Add webui

* Fix hass.io version

* cleanup
2019-04-08 17:19:55 +02:00

14 lines
374 B
JSON

{
"build_from": {
"amd64": "homeassistant/amd64-base-python:3.7",
"i386": "homeassistant/i386-base-python:3.7",
"armhf": "homeassistant/armhf-base-python:3.7",
"armv7": "homeassistant/armv7-base-python:3.7",
"aarch64": "homeassistant/aarch64-base-python:3.7"
},
"args": {
"CONFIGURATOR_VERSION": "0.3.5",
"HASSIO_AUTH_VERSION": "4.0"
}
}