Files
addons/configurator/config.json
2017-10-03 17:42:05 +02:00

41 lines
1.1 KiB
JSON

{
"name": "Configurator",
"version": "0.2.0-p1",
"slug": "configurator",
"description": "Browser-based configuration file editor for Home Assistant.",
"url": "https://home-assistant.io/addons/configurator",
"startup": "application",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3218]",
"boot": "auto",
"ports": {
"3218/tcp": 3218
},
"map": ["config:rw", "ssl"],
"options": {
"homeassistant_api": "http://homeassistant:8123/api",
"homeassistant_password": "",
"username": "admin",
"password": null,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"ssl": false,
"allowed_networks": ["192.168.0.0/16"],
"banned_ips": ["8.8.8.8"],
"ignore_pattern": ["__pycache__"]
},
"schema": {
"homeassistant_api": "url",
"homeassistant_password": "str",
"username": "str",
"password": "match(.+)",
"certfile": "str",
"keyfile": "str",
"ssl": "bool",
"allowed_networks": ["str"],
"banned_ips": ["str"],
"ignore_pattern": ["str"]
},
"image": "homeassistant/{arch}-addon-configurator"
}