mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-11 09:14:21 +01:00
29 lines
856 B
JSON
29 lines
856 B
JSON
{
|
|
"name": "Configurator",
|
|
"version": "4.2",
|
|
"slug": "configurator",
|
|
"description": "Browser-based configuration file editor for Home Assistant",
|
|
"url": "https://github.com/home-assistant/hassio-addons/tree/master/configurator",
|
|
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
|
"homeassistant": "0.91.1",
|
|
"startup": "application",
|
|
"ingress": true,
|
|
"panel_icon": "mdi:wrench",
|
|
"homeassistant_api": true,
|
|
"boot": "auto",
|
|
"map": ["backup:rw", "config:rw", "share:rw", "ssl:rw"],
|
|
"options": {
|
|
"dirsfirst": false,
|
|
"enforce_basepath": true,
|
|
"ignore_pattern": ["__pycache__", ".cloud", ".storage", "deps"],
|
|
"ssh_keys": []
|
|
},
|
|
"schema": {
|
|
"dirsfirst": "bool",
|
|
"enforce_basepath": "bool",
|
|
"ignore_pattern": ["str"],
|
|
"ssh_keys": ["str"]
|
|
},
|
|
"image": "homeassistant/{arch}-addon-configurator"
|
|
}
|