Files
addons/configurator/config.json
Pascal Vizeli 1bbe315d3e Configurator 3.1 (#563)
* Add options to configurator

* set chmod

* Fix style

* Update version
2019-04-09 15:39:25 +02:00

34 lines
775 B
JSON

{
"name": "Configurator",
"version": "3.1",
"slug": "configurator",
"description": "Browser-based configuration file editor for Home Assistant.",
"url": "https://home-assistant.io/addons/configurator",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"homeassistant": "0.91.1",
"startup": "application",
"webui": "http://[HOST]:[PORT:8080]",
"ingress": true,
"auth_api": true,
"homeassistant_api": true,
"boot": "auto",
"map": [
"backup:rw",
"config:rw",
"share:rw",
"ssl:rw"
],
"ports": {
"8080/tcp": null
},
"options": {
"dirsfirst": false,
"enforce_basepath": false
},
"schema": {
"dirsfirst": "bool",
"enforce_basepath": "bool"
},
"image": "homeassistant/{arch}-addon-configurator"
}